org.virtualbox_7_0
Class IStorageControllerChangedEvent

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

public class IStorageControllerChangedEvent
extends IEvent

Notification when aIMachine.getStorageControllers()changes. Interface ID: {6BB335CC-1C58-440C-BB7B-3A1397284C7B}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IStorageControllerChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getControllerName()
          The name of the storage controller.
 java.lang.String getMachinId()
          The id of the machine containing the storage controller.
static IStorageControllerChangedEvent 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

IStorageControllerChangedEvent

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

getMachinId

public java.lang.String getMachinId()
The id of the machine containing the storage controller.

Returns:
String

getControllerName

public java.lang.String getControllerName()
The name of the storage controller.

Returns:
String

queryInterface

public static IStorageControllerChangedEvent queryInterface(IUnknown obj)