wt.clients.dnd
Interface SimpleDragStateListener

All Known Implementing Classes:
FileChooserDropApplet

public interface SimpleDragStateListener

Simple callback through which entry and exit of an active drag-over state can be signaled.

Supported API: true

Extendable: true


Method Summary
 void enterDragOverState()
          Called when the active 'drag-over' state is entered, i.e.
 void exitDragOverState()
          Called when the active 'drag-over' state is exited, i.e.
 

Method Detail

enterDragOverState

void enterDragOverState()
Called when the active 'drag-over' state is entered, i.e. when acceptable drag-and-drop data is being dragged over the associated drop target.

Supported API: true


exitDragOverState

void exitDragOverState()
Called when the active 'drag-over' state is exited, i.e. when acceptable drag-and-drop data was being dragged over the associated drop target but is no longer.

Supported API: true