org.virtualbox_7_0
Class IGuestDebugControlChangedEvent
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IEvent
org.virtualbox_7_0.IGuestDebugControlChangedEvent
public class IGuestDebugControlChangedEvent
- extends IEvent
Notification when a property of theIMachine.getGuestDebugControl()
settings changes. Interested callees should use IGuestDebugControl methods and attributes
to find out what has changed.
Interface ID: {A3D2799E-D3AD-4F73-91EF-7D839689F6D6}
Constructor Summary |
IGuestDebugControlChangedEvent(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 |
IGuestDebugControlChangedEvent
public IGuestDebugControlChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
getGuestDebugControl
public IGuestDebugControl getGuestDebugControl()
- Guest debug control object that is subject to change.
- Returns:
- org.virtualbox_7_0.IGuestDebugControl
queryInterface
public static IGuestDebugControlChangedEvent queryInterface(IUnknown obj)