org.virtualbox_5_2
Class IMediumConfigChangedEvent

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IEvent
          extended by org.virtualbox_5_2.IMediumConfigChangedEvent

public class IMediumConfigChangedEvent
extends IEvent

The configuration of the given medium was changed (location, properties, child/parent or anything else). NOTE: This event is not yet implemented. Interface ID: {DD3E2654-A161-41F1-B583-4892F4A9D5D5}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IMediumConfigChangedEvent(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 IMedium getMedium()
          ID of the medium this event relates to.
static IMediumConfigChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_2.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

IMediumConfigChangedEvent

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

getMedium

public IMedium getMedium()
ID of the medium this event relates to.

Returns:
org.virtualbox_5_2.IMedium

queryInterface

public static IMediumConfigChangedEvent queryInterface(IUnknown obj)