org.virtualbox_7_1
Class IGuestDirectoryStateChangedEvent
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IEvent
           org.virtualbox_7_1.IGuestSessionEvent
org.virtualbox_7_1.IGuestSessionEvent
               org.virtualbox_7_1.IGuestDirectoryEvent
org.virtualbox_7_1.IGuestDirectoryEvent
                   org.virtualbox_7_1.IGuestDirectoryStateChangedEvent
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}
 
 
| Constructor Summary | 
| IGuestDirectoryStateChangedEvent(java.lang.String wrapped,
                                 org.virtualbox_7_1.ObjectRefManager objMgr,
                                 org.virtualbox_7_1.jaxws.VboxPortType port)
 | 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IGuestDirectoryStateChangedEvent
public IGuestDirectoryStateChangedEvent(java.lang.String wrapped,
                                        org.virtualbox_7_1.ObjectRefManager objMgr,
                                        org.virtualbox_7_1.jaxws.VboxPortType port)
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)
-