org.virtualbox_5_2
Class IStorageDeviceChangedEvent
java.lang.Object
org.virtualbox_5_2.IUnknown
org.virtualbox_5_2.IEvent
org.virtualbox_5_2.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_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.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_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
getStorageDevice
public IMediumAttachment getStorageDevice()
- Storage device that is subject to change.
- Returns:
- org.virtualbox_5_2.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)