org.virtualbox_7_0
Class IProgressCreatedEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.IProgressEvent
              extended by org.virtualbox_7_0.IProgressCreatedEvent

public class IProgressCreatedEvent
extends IProgressEvent

Notification of a new progress object creation/deletion. Covers purely projess objects in VBoxSVC. This event is signaled on the event source of IVirtualBox, unlike the other progress events. Interface ID: {A85BBA40-1B93-47BB-B125-DEC708C30FC0}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IProgressCreatedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getCreate()
          If true, the progress object was created, otherwise it was deleted.
static IProgressCreatedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_0.IProgressEvent
getProgressId
 
Methods inherited from class org.virtualbox_7_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_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

IProgressCreatedEvent

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

getCreate

public java.lang.Boolean getCreate()
If true, the progress object was created, otherwise it was deleted.

Returns:
Boolean

queryInterface

public static IProgressCreatedEvent queryInterface(IUnknown obj)