|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_6_0.IUnknown
org.virtualbox_6_0.IEvent
org.virtualbox_6_0.IGuestAdditionsStatusChangedEvent
public class IGuestAdditionsStatusChangedEvent
The guest addition status changed. Interface ID: {FD1A34AD-0B74-4E2B-ED0F-46222DE8A883}
Field Summary |
---|
Fields inherited from class org.virtualbox_6_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IGuestAdditionsStatusChangedEvent(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.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)
|
void |
setFacility(AdditionsFacilityType value)
Facility this event relates to. |
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 |
---|
public IGuestAdditionsStatusChangedEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
Method Detail |
---|
public AdditionsFacilityType getFacility()
public void setFacility(AdditionsFacilityType value)
value
- org.virtualbox_6_0.AdditionsFacilityTypepublic AdditionsFacilityStatus getStatus()
public AdditionsRunLevelType getRunLevel()
public java.lang.Long getTimestamp()
public static IGuestAdditionsStatusChangedEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |