org.virtualbox_4_3
Class IMachineStateChangedEvent

java.lang.Object
  extended by org.virtualbox_4_3.IUnknown
      extended by org.virtualbox_4_3.IEvent
          extended by org.virtualbox_4_3.IMachineEvent
              extended by org.virtualbox_4_3.IMachineStateChangedEvent

public class IMachineStateChangedEvent
extends IMachineEvent

Machine state change event. Interface ID: {5748F794-48DF-438D-85EB-98FFD70D18C9}


Field Summary
 
Fields inherited from class org.virtualbox_4_3.IUnknown
obj, port
 
Constructor Summary
IMachineStateChangedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
 MachineState getState()
          New execution state.
static IMachineStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_3.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_4_3.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_3.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMachineStateChangedEvent

public IMachineStateChangedEvent(java.lang.String wrapped,
                                 org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail

getState

public MachineState getState()
New execution state.

Returns:
org.virtualbox_4_3.MachineState

queryInterface

public static IMachineStateChangedEvent queryInterface(IUnknown obj)