org.virtualbox_5_1
Class IMachineDataChangedEvent

java.lang.Object
  extended by org.virtualbox_5_1.IUnknown
      extended by org.virtualbox_5_1.IEvent
          extended by org.virtualbox_5_1.IMachineEvent
              extended by org.virtualbox_5_1.IMachineDataChangedEvent

public class IMachineDataChangedEvent
extends IMachineEvent

Any of the settings of the given machine has changed. Interface ID: {ABE94809-2E88-4436-83D7-50F3E64D0503}


Field Summary
 
Fields inherited from class org.virtualbox_5_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IMachineDataChangedEvent(java.lang.String wrapped, org.virtualbox_5_1.ObjectRefManager objMgr, org.virtualbox_5_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getTemporary()
          true if the settings change is temporary.
static IMachineDataChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_1.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_5_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_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

IMachineDataChangedEvent

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

getTemporary

public java.lang.Boolean getTemporary()
true if the settings change is temporary. All permanent settings changes will trigger an event, and only temporary settings changes for running VMs will trigger an event. Note: sending events for temporary changes is NOT IMPLEMENTED.

Returns:
Boolean

queryInterface

public static IMachineDataChangedEvent queryInterface(IUnknown obj)