public class IStorageDeviceChangedEvent extends IEvent
IMachine.getMediumAttachments()
is attached or removed.
Interface ID: {232E9151-AE84-4B8E-B0F3-5C20C35CAAC9}
Constructor and Description |
---|
IStorageDeviceChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getRemoved()
Flag whether the device was removed or added to the VM.
|
java.lang.Boolean |
getSilent()
Flag whether the guest should be notified about the change.
|
IMediumAttachment |
getStorageDevice()
Storage device that is subject to change.
|
static IStorageDeviceChangedEvent |
queryInterface(IUnknown obj) |
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IStorageDeviceChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public IMediumAttachment getStorageDevice()
public java.lang.Boolean getRemoved()
public java.lang.Boolean getSilent()
public static IStorageDeviceChangedEvent queryInterface(IUnknown obj)