org.virtualbox_4_2
Class IStorageDeviceChangedEvent
java.lang.Object
org.virtualbox_4_2.IUnknown
org.virtualbox_4_2.IEvent
org.virtualbox_4_2.IStorageDeviceChangedEvent
public class IStorageDeviceChangedEvent
- extends IEvent
Notification when a
IMachine.getMediumAttachments()
is attached or removed.
Interface ID: {8A5C2DCE-E341-49D4-AFCE-C95979F7D70C}
Constructor Summary |
IStorageDeviceChangedEvent(java.lang.String wrapped,
org.virtualbox_4_2.ObjectRefManager objMgr,
org.virtualbox_4_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_4_2.ObjectRefManager objMgr,
org.virtualbox_4_2.jaxws.VboxPortType port)
getStorageDevice
public IMediumAttachment getStorageDevice()
- Storage device that is subject to change.
- Returns:
- org.virtualbox_4_2.IMediumAttachment
getRemoved
public java.lang.Boolean getRemoved()
- Flag whether the device was removed or added to the VM.
- Returns:
- Boolean
queryInterface
public static IStorageDeviceChangedEvent queryInterface(IUnknown obj)