public interface IDragLayerListener extends EventListener
DragLayer. Any
oberserver that implements this interface will be informed about the drag &
drop operations that are being performed inside the layer.DragLayer.addDragLayerListener(IDragLayerListener)| Modifier and Type | Method and Description |
|---|---|
void |
dragging(DragLayerEvent evt)
Listener callback method that will be invoked when the user starts,
executes or finishes drag and drop operations in the drag layer.
|
void dragging(DragLayerEvent evt)
evt - the event describing the drag operationCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.