org.virtualbox_6_0
Class IStorageDeviceChangedEvent

java.lang.Object
  extended by org.virtualbox_6_0.IUnknown
      extended by org.virtualbox_6_0.IEvent
          extended by org.virtualbox_6_0.IStorageDeviceChangedEvent

public class IStorageDeviceChangedEvent
extends IEvent

Notification when aIMachine.getMediumAttachments()is attached or removed. Interface ID: {232E9151-AE84-4B8E-B0F3-5C20C35CAAC9}


Field Summary
 
Fields inherited from class org.virtualbox_6_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IStorageDeviceChangedEvent(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getRemoved()
          Flag whether the device was removed or added to the VM.
 java.lang.Boolean getSilent()
          Flag whether the guest should be notified about the change.
 IMediumAttachment getStorageDevice()
          Storage device that is subject to change.
static IStorageDeviceChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_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

IStorageDeviceChangedEvent

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

getStorageDevice

public IMediumAttachment getStorageDevice()
Storage device that is subject to change.

Returns:
org.virtualbox_6_0.IMediumAttachment

getRemoved

public java.lang.Boolean getRemoved()
Flag whether the device was removed or added to the VM.

Returns:
Boolean

getSilent

public java.lang.Boolean getSilent()
Flag whether the guest should be notified about the change.

Returns:
Boolean

queryInterface

public static IStorageDeviceChangedEvent queryInterface(IUnknown obj)