org.virtualbox_5_2
Class ISnapshotChangedEvent

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IEvent
          extended by org.virtualbox_5_2.IMachineEvent
              extended by org.virtualbox_5_2.ISnapshotEvent
                  extended by org.virtualbox_5_2.ISnapshotChangedEvent

public class ISnapshotChangedEvent
extends ISnapshotEvent

Snapshot properties (name and/or description) have been changed.

See Also:
Interface ID: {07541941-8079-447A-A33E-47A69C7980DB}

Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
ISnapshotChangedEvent(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static ISnapshotChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.ISnapshotEvent
getSnapshotId
 
Methods inherited from class org.virtualbox_5_2.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_5_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_2.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

ISnapshotChangedEvent

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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static ISnapshotChangedEvent queryInterface(IUnknown obj)