org.virtualbox_7_0
Class IGuestAdditionsStatusChangedEvent
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IEvent
org.virtualbox_7_0.IGuestAdditionsStatusChangedEvent
public class IGuestAdditionsStatusChangedEvent
- extends IEvent
The guest addition status changed.
Interface ID: {A443DA5B-AA82-4720-BC84-BD097B2B13B8}
Constructor Summary |
IGuestAdditionsStatusChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGuestAdditionsStatusChangedEvent
public IGuestAdditionsStatusChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
getFacility
public AdditionsFacilityType getFacility()
- Facility this event relates to.
- Returns:
- org.virtualbox_7_0.AdditionsFacilityType
getStatus
public AdditionsFacilityStatus getStatus()
- The new facility status.
- Returns:
- org.virtualbox_7_0.AdditionsFacilityStatus
getRunLevel
public AdditionsRunLevelType getRunLevel()
- The new run level.
- Returns:
- org.virtualbox_7_0.AdditionsRunLevelType
getTimestamp
public java.lang.Long getTimestamp()
- The millisecond timestamp associated with the event.
- Returns:
- Long
queryInterface
public static IGuestAdditionsStatusChangedEvent queryInterface(IUnknown obj)