org.virtualbox_4_3
Class ISnapshotDeletedEvent

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.ISnapshotDeletedEvent

public class ISnapshotDeletedEvent
extends ISnapshotEvent

Snapshot of the given machine has been deleted. NOTE: This notification is delivered afterthe 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_3.IUnknown
obj, port
 
Constructor Summary
ISnapshotDeletedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
static ISnapshotDeletedEvent 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

ISnapshotDeletedEvent

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

queryInterface

public static ISnapshotDeletedEvent queryInterface(IUnknown obj)