org.virtualbox_7_1
Class IMachineGroupsChangedEvent

java.lang.Object
  extended by org.virtualbox_7_1.IUnknown
      extended by org.virtualbox_7_1.IEvent
          extended by org.virtualbox_7_1.IMachineEvent
              extended by org.virtualbox_7_1.IMachineGroupsChangedEvent

public class IMachineGroupsChangedEvent
extends IMachineEvent

The groups of the machine have changed. Interface ID: {EE37AFB5-7002-4786-A5C4-A9C29E1CCE75}


Field Summary
 
Fields inherited from class org.virtualbox_7_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IMachineGroupsChangedEvent(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getDummy()
          Dummy state because you can't have an event without attributes apparently.
static IMachineGroupsChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_1.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_7_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_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

IMachineGroupsChangedEvent

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

getDummy

public java.lang.Boolean getDummy()
Dummy state because you can't have an event without attributes apparently.

Returns:
Boolean

queryInterface

public static IMachineGroupsChangedEvent queryInterface(IUnknown obj)