org.virtualbox_6_0
Class IProgressEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IProgressEvent
Direct Known Subclasses:
IProgressPercentageChangedEvent, IProgressTaskCompletedEvent

public class IProgressEvent
extends IEvent

Base abstract interface for all progress events. Interface ID: {DAAF9016-1F04-4191-AA2F-1FAC9646AE4C}


Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IProgressEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getProgressId()
          GUID of the progress this event relates to.
static IProgressEvent queryInterface(IUnknown obj)
           
 
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

IProgressEvent

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

getProgressId

public java.lang.String getProgressId()
GUID of the progress this event relates to.

Returns:
String

queryInterface

public static IProgressEvent queryInterface(IUnknown obj)