org.virtualbox_6_0
Class ISessionStateChangedEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IMachineEvent
              extended by org.virtualbox_6_0.ISessionStateChangedEvent

public class ISessionStateChangedEvent
extends IMachineEvent

The state of the session for the given machine was changed.

See Also:
Interface ID: {714A3EEF-799A-4489-86CD-FE8E45B2FF8E}

Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
ISessionStateChangedEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 SessionState getState()
          New session state.
static ISessionStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_0.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_6_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_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

ISessionStateChangedEvent

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

getState

public SessionState getState()
New session state.

Returns:
org.virtualbox_6_0.SessionState

queryInterface

public static ISessionStateChangedEvent queryInterface(IUnknown obj)