org.virtualbox_7_1
Class IProgressCreatedEvent
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IEvent
           org.virtualbox_7_1.IProgressEvent
org.virtualbox_7_1.IProgressEvent
               org.virtualbox_7_1.IProgressCreatedEvent
org.virtualbox_7_1.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_1.ObjectRefManager objMgr,
                      org.virtualbox_7_1.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_1.ObjectRefManager objMgr,
                             org.virtualbox_7_1.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)
-