org.virtualbox_7_0
Class IUpdateAgentEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.IUpdateAgentEvent
Direct Known Subclasses:
IUpdateAgentAvailableEvent, IUpdateAgentErrorEvent, IUpdateAgentSettingsChangedEvent, IUpdateAgentStateChangedEvent

public class IUpdateAgentEvent
extends IEvent

Abstract base interface for update agent events. Interface ID: {FF58A51D-54A1-411C-93E9-3047EB4DCD21}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IUpdateAgentEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 IUpdateAgent getAgent()
          Update agent this event belongs to.
static IUpdateAgentEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_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

IUpdateAgentEvent

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

getAgent

public IUpdateAgent getAgent()
Update agent this event belongs to.

Returns:
org.virtualbox_7_0.IUpdateAgent

queryInterface

public static IUpdateAgentEvent queryInterface(IUnknown obj)