org.virtualbox_4_3
Class IAdditionsStateChangedEvent

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

public class IAdditionsStateChangedEvent
extends IEvent

Notification when a Guest Additions property changes. Interested callees should query IGuest attributes to find out what has changed. Interface ID: {D70F7915-DA7C-44C8-A7AC-9F173490446A}


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

IAdditionsStateChangedEvent

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

queryInterface

public static IAdditionsStateChangedEvent queryInterface(IUnknown obj)