org.virtualbox_5_2
Class IGuestFileStateChangedEvent

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IEvent
          extended by org.virtualbox_5_2.IGuestSessionEvent
              extended by org.virtualbox_5_2.IGuestFileEvent
                  extended by org.virtualbox_5_2.IGuestFileStateChangedEvent

public class IGuestFileStateChangedEvent
extends IGuestFileEvent

Notification when a guest file changed its state. Interface ID: {D37FE88F-0979-486C-BAA1-3ABB144DC82D}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestFileStateChangedEvent(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 IVirtualBoxErrorInfo getError()
          Error information in case of new session status is indicating an error.
 FileStatus getStatus()
          New guest file status.
static IGuestFileStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.IGuestFileEvent
getFile
 
Methods inherited from class org.virtualbox_5_2.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_5_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_2.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

IGuestFileStateChangedEvent

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

getStatus

public FileStatus getStatus()
New guest file status.

Returns:
org.virtualbox_5_2.FileStatus

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_5_2.IVirtualBoxErrorInfo

queryInterface

public static IGuestFileStateChangedEvent queryInterface(IUnknown obj)