org.virtualbox_5_1
Class IMediumRegisteredEvent

java.lang.Object
  extended by org.virtualbox_5_1.IUnknown
      extended by org.virtualbox_5_1.IEvent
          extended by org.virtualbox_5_1.IMediumRegisteredEvent

public class IMediumRegisteredEvent
extends IEvent

The given medium was registered or unregistered within this VirtualBox installation. NOTE: This event is not yet implemented. Interface ID: {53FAC49A-B7F1-4A5A-A4EF-A11DD9C2A458}


Field Summary
 
Fields inherited from class org.virtualbox_5_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IMediumRegisteredEvent(java.lang.String wrapped, org.virtualbox_5_1.ObjectRefManager objMgr, org.virtualbox_5_1.jaxws.VboxPortType port)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.virtualbox_5_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_1.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMediumRegisteredEvent

public IMediumRegisteredEvent(java.lang.String wrapped,
                              org.virtualbox_5_1.ObjectRefManager objMgr,
                              org.virtualbox_5_1.jaxws.VboxPortType port)
Method Detail

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_5_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)