org.virtualbox_7_0
Class ICloudProviderUninstallEvent

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

public class ICloudProviderUninstallEvent
extends IEvent

A cloud provider is about to be uninstalled. UnlikeICloudProviderRegisteredEventthis one is waitable and is sentbeforean attempt is made to uninstall a provider. Listerns should release references to the provider and related objects if they have any, or the uninstallation of the provider is going to fail because it's still in use. Interface ID: {F01F1066-F231-11EA-8EEE-33BB2AFB0B6E}


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

ICloudProviderUninstallEvent

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

getId

public java.lang.String getId()

queryInterface

public static ICloudProviderUninstallEvent queryInterface(IUnknown obj)