org.virtualbox_7_0
Class ICloudProviderListChangedEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.ICloudProviderListChangedEvent

public class ICloudProviderListChangedEvent
extends IEvent

Each individual provider that is installed or uninstalled is reported as anICloudProviderRegisteredEvent. When the batch is done this event is sent and listerns can get the new list. Interface ID: {A54D9CCA-F23F-11EA-9755-EFD0F1F792D9}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
ICloudProviderListChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getRegistered()
           
static ICloudProviderListChangedEvent queryInterface(IUnknown obj)
           
 
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

ICloudProviderListChangedEvent

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

getRegistered

public java.lang.Boolean getRegistered()

queryInterface

public static ICloudProviderListChangedEvent queryInterface(IUnknown obj)