org.virtualbox_4_3
Class IMediumChangedEvent

java.lang.Object
  extended by org.virtualbox_4_3.IUnknown
      extended by org.virtualbox_4_3.IEvent
          extended by org.virtualbox_4_3.IMediumChangedEvent

public class IMediumChangedEvent
extends IEvent

Notification when a IMachine.getMediumAttachments()changes. Interface ID: {0FE2DA40-5637-472A-9736-72019EABD7DE}


Field Summary
 
Fields inherited from class org.virtualbox_4_3.IUnknown
obj, port
 
Constructor Summary
IMediumChangedEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
           
 
Method Summary
 IMediumAttachment getMediumAttachment()
          Medium attachment that is subject to change.
static IMediumChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_3.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_3.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMediumChangedEvent

public IMediumChangedEvent(java.lang.String wrapped,
                           org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail

getMediumAttachment

public IMediumAttachment getMediumAttachment()
Medium attachment that is subject to change.

Returns:
org.virtualbox_4_3.IMediumAttachment

queryInterface

public static IMediumChangedEvent queryInterface(IUnknown obj)