org.virtualbox_7_1
Class IGuestDirectoryStateChangedEvent

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
                  extended by org.virtualbox_7_1.IGuestDirectoryStateChangedEvent

public class IGuestDirectoryStateChangedEvent
extends IGuestDirectoryEvent

Notification when a guest directory changed its state. Interface ID: {C32BCE60-D69D-4EB7-A02A-411ECBAB6A18}


Field Summary
 
Fields inherited from class org.virtualbox_7_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDirectoryStateChangedEvent(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
           
 
Method Summary
 IVirtualBoxErrorInfo getError()
          Error information in case of new session status is indicating an error.
 DirectoryStatus getStatus()
          New guest directory status.
static IGuestDirectoryStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_1.IGuestDirectoryEvent
getDirectory
 
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

IGuestDirectoryStateChangedEvent

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

getStatus

public DirectoryStatus getStatus()
New guest directory status.

Returns:
org.virtualbox_7_1.DirectoryStatus

getError

public IVirtualBoxErrorInfo getError()
Error information in case of new session status is indicating an error. The attributeIVirtualBoxErrorInfo.getResultDetail()will contain the runtime (IPRT) error code from the guest. See include/iprt/err.h and include/VBox/err.h for details.

Returns:
org.virtualbox_7_1.IVirtualBoxErrorInfo

queryInterface

public static IGuestDirectoryStateChangedEvent queryInterface(IUnknown obj)