org.virtualbox_4_2
Class IDragAndDropModeChangedEvent

java.lang.Object
  extended by org.virtualbox_4_2.IUnknown
      extended by org.virtualbox_4_2.IEvent
          extended by org.virtualbox_4_2.IDragAndDropModeChangedEvent

public class IDragAndDropModeChangedEvent
extends IEvent

Notification when the drag'n'drop mode changes. Interface ID: {E90B8850-AC8E-4DFF-8059-4100AE2C3C3D}


Field Summary
 
Fields inherited from class org.virtualbox_4_2.IUnknown
obj, port
 
Constructor Summary
IDragAndDropModeChangedEvent(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
 DragAndDropMode getDragAndDropMode()
          The new drag'n'drop mode.
static IDragAndDropModeChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_2.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_4_2.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDragAndDropModeChangedEvent

public IDragAndDropModeChangedEvent(java.lang.String wrapped,
                                    org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail

getDragAndDropMode

public DragAndDropMode getDragAndDropMode()
The new drag'n'drop mode.

Returns:
org.virtualbox_4_2.DragAndDropMode

queryInterface

public static IDragAndDropModeChangedEvent queryInterface(IUnknown obj)