org.virtualbox_7_0
Class IProgressCreatedEvent
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IEvent
org.virtualbox_7_0.IProgressEvent
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}
Constructor Summary |
IProgressCreatedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IProgressCreatedEvent
public IProgressCreatedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
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)