org.virtualbox_7_1
Class IStorageDeviceChangedEvent
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IEvent
           org.virtualbox_7_1.IStorageDeviceChangedEvent
org.virtualbox_7_1.IStorageDeviceChangedEvent
- public class IStorageDeviceChangedEvent 
- extends IEvent
Notification when aIMachine.getMediumAttachments()is attached or removed.
Interface ID: {232E9151-AE84-4B8E-B0F3-5C20C35CAAC9}
 
 
| Constructor Summary | 
| IStorageDeviceChangedEvent(java.lang.String wrapped,
                           org.virtualbox_7_1.ObjectRefManager objMgr,
                           org.virtualbox_7_1.jaxws.VboxPortType port)
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IStorageDeviceChangedEvent
public IStorageDeviceChangedEvent(java.lang.String wrapped,
                                  org.virtualbox_7_1.ObjectRefManager objMgr,
                                  org.virtualbox_7_1.jaxws.VboxPortType port)
getStorageDevice
public IMediumAttachment getStorageDevice()
- Storage device that is subject to change.
 
- 
- Returns:
- org.virtualbox_7_1.IMediumAttachment
 
getRemoved
public java.lang.Boolean getRemoved()
- Flag whether the device was removed or added to the VM.
 
- 
- Returns:
- Boolean
 
getSilent
public java.lang.Boolean getSilent()
- Flag whether the guest should be notified about the change.
 
- 
- Returns:
- Boolean
 
queryInterface
public static IStorageDeviceChangedEvent queryInterface(IUnknown obj)
-