org.virtualbox_6_0
Class IGuestProcessRegisteredEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IGuestSessionEvent
              extended by org.virtualbox_6_0.IGuestProcessEvent
                  extended by org.virtualbox_6_0.IGuestProcessRegisteredEvent

public class IGuestProcessRegisteredEvent
extends IGuestProcessEvent

Notification when a guest process was registered or unregistered. Interface ID: {1D89E2B3-C6EA-45B6-9D43-DC6F70CC9F02}


Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestProcessRegisteredEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getRegistered()
          If true, the guest process was registered, otherwise it was unregistered.
static IGuestProcessRegisteredEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_0.IGuestProcessEvent
getPid, getProcess
 
Methods inherited from class org.virtualbox_6_0.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_6_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_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

IGuestProcessRegisteredEvent

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

getRegistered

public java.lang.Boolean getRegistered()
If true, the guest process was registered, otherwise it was unregistered.

Returns:
Boolean

queryInterface

public static IGuestProcessRegisteredEvent queryInterface(IUnknown obj)