org.virtualbox_6_0
Class ISnapshotRestoredEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IMachineEvent
              extended by org.virtualbox_6_0.ISnapshotEvent
                  extended by org.virtualbox_6_0.ISnapshotRestoredEvent

public class ISnapshotRestoredEvent
extends ISnapshotEvent

Snapshot of the given machine has been restored.

See Also:
Interface ID: {F4D803B4-9B2D-4377-BFE6-9702E881516B}

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

ISnapshotRestoredEvent

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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static ISnapshotRestoredEvent queryInterface(IUnknown obj)