org.virtualbox_4_1
Class IMediumRegisteredEvent
java.lang.Object
org.virtualbox_4_1.IUnknown
org.virtualbox_4_1.IEvent
org.virtualbox_4_1.IMediumRegisteredEvent
public class IMediumRegisteredEvent
- extends IEvent
The given medium was registered or unregistered
within this VirtualBox installation.
Interface ID: {53FAC49A-B7F1-4A5A-A4EF-A11DD9C2A458}
Constructor Summary |
IMediumRegisteredEvent(java.lang.String wrapped,
org.virtualbox_4_1.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMediumRegisteredEvent
public IMediumRegisteredEvent(java.lang.String wrapped,
org.virtualbox_4_1.jaxws.VboxPortType port)
getMediumId
public java.lang.String getMediumId()
- ID of the medium this event relates to.
- Returns:
- String
getMediumType
public DeviceType getMediumType()
- Type of the medium this event relates to.
- Returns:
- org.virtualbox_4_1.DeviceType
getRegistered
public java.lang.Boolean getRegistered()
- If true, the medium was registered, otherwise it was
unregistered.
- Returns:
- Boolean
queryInterface
public static IMediumRegisteredEvent queryInterface(IUnknown obj)