org.virtualbox_6_1
Class IGuestAdditionsStatusChangedEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IGuestAdditionsStatusChangedEvent

public class IGuestAdditionsStatusChangedEvent
extends IEvent

The guest addition status changed. Interface ID: {A443DA5B-AA82-4720-BC84-BD097B2B13B8}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestAdditionsStatusChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 AdditionsFacilityType getFacility()
          Facility this event relates to.
 AdditionsRunLevelType getRunLevel()
          The new run level.
 AdditionsFacilityStatus getStatus()
          The new facility status.
 java.lang.Long getTimestamp()
          The millisecond timestamp associated with the event.
static IGuestAdditionsStatusChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_1.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

IGuestAdditionsStatusChangedEvent

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

getFacility

public AdditionsFacilityType getFacility()
Facility this event relates to.

Returns:
org.virtualbox_6_1.AdditionsFacilityType

getStatus

public AdditionsFacilityStatus getStatus()
The new facility status.

Returns:
org.virtualbox_6_1.AdditionsFacilityStatus

getRunLevel

public AdditionsRunLevelType getRunLevel()
The new run level.

Returns:
org.virtualbox_6_1.AdditionsRunLevelType

getTimestamp

public java.lang.Long getTimestamp()
The millisecond timestamp associated with the event.

Returns:
Long

queryInterface

public static IGuestAdditionsStatusChangedEvent queryInterface(IUnknown obj)