org.virtualbox_6_1
Class IMachineRegisteredEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IMachineEvent
              extended by org.virtualbox_6_1.IMachineRegisteredEvent

public class IMachineRegisteredEvent
extends IMachineEvent

The given machine was registered or unregistered within this VirtualBox installation. Interface ID: {C354A762-3FF2-4F2E-8F09-07382EE25088}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IMachineRegisteredEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getRegistered()
          If true, the machine was registered, otherwise it was unregistered.
static IMachineRegisteredEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_6_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_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

IMachineRegisteredEvent

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

getRegistered

public java.lang.Boolean getRegistered()
If true, the machine was registered, otherwise it was unregistered.

Returns:
Boolean

queryInterface

public static IMachineRegisteredEvent queryInterface(IUnknown obj)