|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IUnknown
org.virtualbox_5_0.IEvent
org.virtualbox_5_0.IGuestSessionEvent
org.virtualbox_5_0.IGuestFileEvent
org.virtualbox_5_0.IGuestFileIOEvent
org.virtualbox_5_0.IGuestFileReadEvent
public class IGuestFileReadEvent
Notification when data has been read from a guest file. Interface ID: {4EE3CBCB-486F-40DB-9150-DEEE3FD24189}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_0.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IGuestFileReadEvent(java.lang.String wrapped,
org.virtualbox_5_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
byte[] |
getData()
Actual data read. |
static IGuestFileReadEvent |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_5_0.IGuestFileIOEvent |
---|
getOffset, getProcessed |
Methods inherited from class org.virtualbox_5_0.IGuestFileEvent |
---|
getFile |
Methods inherited from class org.virtualbox_5_0.IGuestSessionEvent |
---|
getSession |
Methods inherited from class org.virtualbox_5_0.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_5_0.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 IGuestFileReadEvent(java.lang.String wrapped, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
public byte[] getData()
public static IGuestFileReadEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |