Class DragEnterEvent
java.lang.Object
com.oorian.messaging.events.Event<DragDropListener>
com.oorian.messaging.events.client.ClientEvent<DragDropListener>
com.oorian.messaging.events.client.DragEnterEvent
Event fired when a dragged element enters a valid drop target.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchTo(DragDropListener listener) Dispatches this event to the specified listener.Methods inherited from class com.oorian.messaging.events.client.ClientEvent
getSource, getTarget, setSource, setTarget
-
Constructor Details
-
DragEnterEvent
public DragEnterEvent()
-
-
Method Details
-
dispatchTo
Dispatches this event to the specified listener.Subclasses implement this method to call the appropriate handler method on the listener interface.
- Specified by:
dispatchToin classEvent<DragDropListener>- Parameters:
listener- the listener to dispatch this event to
-