org.virtualbox_4_3
Class ISnapshotChangedEvent

java.lang.Object
  extended by org.virtualbox_4_3.IUnknown
      extended by org.virtualbox_4_3.IEvent
          extended by org.virtualbox_4_3.IMachineEvent
              extended by org.virtualbox_4_3.ISnapshotEvent
                  extended by org.virtualbox_4_3.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_4_3.IUnknown
obj, port
 
Constructor Summary
ISnapshotChangedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
static ISnapshotChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_3.ISnapshotEvent
getSnapshotId
 
Methods inherited from class org.virtualbox_4_3.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_4_3.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_3.IUnknown
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_4_3.jaxws.VboxPortType port)
Method Detail

queryInterface

public static ISnapshotChangedEvent queryInterface(IUnknown obj)