org.virtualbox_6_1
Class IStateChangedEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IStateChangedEvent

public class IStateChangedEvent
extends IEvent

Notification when the execution state of the machine has changed. The new state is given. Interface ID: {4376693C-CF37-453B-9289-3B0F521CAF27}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IStateChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 MachineState getState()
          New machine state.
static IStateChangedEvent queryInterface(IUnknown obj)
           
 
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

IStateChangedEvent

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

getState

public MachineState getState()
New machine state.

Returns:
org.virtualbox_6_1.MachineState

queryInterface

public static IStateChangedEvent queryInterface(IUnknown obj)