org.virtualbox_4_1
Class ISnapshotDeletedEvent

java.lang.Object
  extended by org.virtualbox_4_1.IUnknown
      extended by org.virtualbox_4_1.IEvent
          extended by org.virtualbox_4_1.IMachineEvent
              extended by org.virtualbox_4_1.ISnapshotEvent
                  extended by org.virtualbox_4_1.ISnapshotDeletedEvent

public class ISnapshotDeletedEvent
extends ISnapshotEvent

Snapshot of the given machine has been deleted. NOTE: This notification is delivered after the snapshot object has been uninitialized on the server (so that any attempt to call its methods will return an error).

See Also:
Interface ID: {C48F3401-4A9E-43F4-B7A7-54BD285E22F4}

Field Summary
 
Fields inherited from class org.virtualbox_4_1.IUnknown
obj, port
 
Constructor Summary
ISnapshotDeletedEvent(java.lang.String wrapped, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
static ISnapshotDeletedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_1.ISnapshotEvent
getSnapshotId
 
Methods inherited from class org.virtualbox_4_1.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_4_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_1.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISnapshotDeletedEvent

public ISnapshotDeletedEvent(java.lang.String wrapped,
                             org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail

queryInterface

public static ISnapshotDeletedEvent queryInterface(IUnknown obj)