public class IMediumRegisteredEvent extends IEvent
Constructor and Description |
---|
IMediumRegisteredEvent(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMediumId()
ID of the medium this event relates to.
|
DeviceType |
getMediumType()
Type of the medium this event relates to.
|
java.lang.Boolean |
getRegistered()
If true, the medium was registered, otherwise it was
unregistered.
|
static IMediumRegisteredEvent |
queryInterface(IUnknown obj) |
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IMediumRegisteredEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
public java.lang.String getMediumId()
public DeviceType getMediumType()
public java.lang.Boolean getRegistered()
public static IMediumRegisteredEvent queryInterface(IUnknown obj)