org.virtualbox_7_0
Class IMachineGroupsChangedEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.IMachineEvent
              extended by org.virtualbox_7_0.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_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IMachineGroupsChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.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_0.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_7_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_0.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_0.ObjectRefManager objMgr,
                                  org.virtualbox_7_0.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)