org.virtualbox_7_0
Class IGuestDebugControlChangedEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by 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}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDebugControlChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 IGuestDebugControl getGuestDebugControl()
          Guest debug control object that is subject to change.
static IGuestDebugControlChangedEvent 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

IGuestDebugControlChangedEvent

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

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)