org.virtualbox_7_1
Class IGuestDirectoryEvent

java.lang.Object
  extended by org.virtualbox_7_1.IUnknown
      extended by org.virtualbox_7_1.IEvent
          extended by org.virtualbox_7_1.IGuestSessionEvent
              extended by org.virtualbox_7_1.IGuestDirectoryEvent
Direct Known Subclasses:
IGuestDirectoryReadEvent, IGuestDirectoryRegisteredEvent, IGuestDirectoryStateChangedEvent

public class IGuestDirectoryEvent
extends IGuestSessionEvent

Base abstract interface for all guest directory events. Interface ID: {02B69798-7CC2-4005-AC57-1AD7FF7A0997}


Field Summary
 
Fields inherited from class org.virtualbox_7_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDirectoryEvent(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
           
 
Method Summary
 IGuestDirectory getDirectory()
          Guest directory object which is related to this event.
static IGuestDirectoryEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_1.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_7_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_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

IGuestDirectoryEvent

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

getDirectory

public IGuestDirectory getDirectory()
Guest directory object which is related to this event.

Returns:
org.virtualbox_7_1.IGuestDirectory

queryInterface

public static IGuestDirectoryEvent queryInterface(IUnknown obj)