|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_3.IUnknown
org.virtualbox_4_3.IEvent
org.virtualbox_4_3.IGuestSessionEvent
org.virtualbox_4_3.IGuestFileEvent
org.virtualbox_4_3.IGuestFileStateChangedEvent
public class IGuestFileStateChangedEvent
Notification when a guest file changed its state. Interface ID: {D37FE88F-0979-486C-BAA1-3ABB144DC82D}
Field Summary |
---|
Fields inherited from class org.virtualbox_4_3.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IGuestFileStateChangedEvent(java.lang.String wrapped,
org.virtualbox_4_3.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_4_3.IGuestFileEvent |
---|
getFile |
Methods inherited from class org.virtualbox_4_3.IGuestSessionEvent |
---|
getSession |
Methods inherited from class org.virtualbox_4_3.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_4_3.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGuestFileStateChangedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail |
---|
public FileStatus getStatus()
public IVirtualBoxErrorInfo getError()
IVirtualBoxErrorInfo.getResultDetail()
will contain
the runtime (IPRT) error code from the guest. See include/iprt/err.h and
include/VBox/err.h for details.
public static IGuestFileStateChangedEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |