org.virtualbox_4_3
Class IGuestProcessOutputEvent

java.lang.Object
  extended by org.virtualbox_4_3.IUnknown
      extended by org.virtualbox_4_3.IEvent
          extended by org.virtualbox_4_3.IGuestSessionEvent
              extended by org.virtualbox_4_3.IGuestProcessEvent
                  extended by org.virtualbox_4_3.IGuestProcessIOEvent
                      extended by org.virtualbox_4_3.IGuestProcessOutputEvent

public class IGuestProcessOutputEvent
extends IGuestProcessIOEvent

Notification when there is guest process output available for reading. Interface ID: {D3D5F1EE-BCB2-4905-A7AB-CC85448A742B}


Field Summary
 
Fields inherited from class org.virtualbox_4_3.IUnknown
obj, port
 
Constructor Summary
IGuestProcessOutputEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
 byte[] getData()
          Actual output data.
static IGuestProcessOutputEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_3.IGuestProcessIOEvent
getHandle, getProcessed
 
Methods inherited from class org.virtualbox_4_3.IGuestProcessEvent
getPid, getProcess
 
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

IGuestProcessOutputEvent

public IGuestProcessOutputEvent(java.lang.String wrapped,
                                org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail

getData

public byte[] getData()
Actual output data.

Returns:
byte[]

queryInterface

public static IGuestProcessOutputEvent queryInterface(IUnknown obj)