org.virtualbox_5_0
Class IGuestProcessInputNotifyEvent

java.lang.Object
  extended by org.virtualbox_5_0.IUnknown
      extended by org.virtualbox_5_0.IEvent
          extended by org.virtualbox_5_0.IGuestSessionEvent
              extended by org.virtualbox_5_0.IGuestProcessEvent
                  extended by org.virtualbox_5_0.IGuestProcessIOEvent
                      extended by org.virtualbox_5_0.IGuestProcessInputNotifyEvent

public class IGuestProcessInputNotifyEvent
extends IGuestProcessIOEvent

Notification when a guest process' stdin became available. NOTE: This event is right now not implemented! Interface ID: {0DE887F2-B7DB-4616-AAC6-CFB94D89BA78}


Field Summary
 
Fields inherited from class org.virtualbox_5_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestProcessInputNotifyEvent(java.lang.String wrapped, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
           
 
Method Summary
 ProcessInputStatus getStatus()
          Current process input status.
static IGuestProcessInputNotifyEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_0.IGuestProcessIOEvent
getHandle, getProcessed
 
Methods inherited from class org.virtualbox_5_0.IGuestProcessEvent
getPid, getProcess
 
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
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestProcessInputNotifyEvent

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

getStatus

public ProcessInputStatus getStatus()
Current process input status.

Returns:
org.virtualbox_5_0.ProcessInputStatus

queryInterface

public static IGuestProcessInputNotifyEvent queryInterface(IUnknown obj)