org.virtualbox_5_0
Class ISnapshotDeletedEvent

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

public class ISnapshotDeletedEvent
extends ISnapshotEvent

Snapshot of the given machine has been deleted. NOTE: This notification is deliveredafterthe 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_5_0.IUnknown
obj, objMgr, port
 
Constructor Summary
ISnapshotDeletedEvent(java.lang.String wrapped, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static ISnapshotDeletedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_0.ISnapshotEvent
getSnapshotId
 
Methods inherited from class org.virtualbox_5_0.IMachineEvent
getMachineId
 
Methods inherited from class org.virtualbox_5_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_0.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

ISnapshotDeletedEvent

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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static ISnapshotDeletedEvent queryInterface(IUnknown obj)