org.virtualbox_6_0
Class IGuestSessionEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IGuestSessionEvent
Direct Known Subclasses:
IGuestFileEvent, IGuestProcessEvent, IGuestSessionRegisteredEvent, IGuestSessionStateChangedEvent

public class IGuestSessionEvent
extends IEvent

Base abstract interface for all guest session events. Interface ID: {B9ACD33F-647D-45AC-8FE9-F49B3183BA37}


Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestSessionEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 IGuestSession getSession()
          Guest session that is subject to change.
static IGuestSessionEvent queryInterface(IUnknown obj)
           
 
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

IGuestSessionEvent

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

getSession

public IGuestSession getSession()
Guest session that is subject to change.

Returns:
org.virtualbox_6_0.IGuestSession

queryInterface

public static IGuestSessionEvent queryInterface(IUnknown obj)