Class DragStartEvent
java.lang.Object
com.oorian.messaging.events.Event<DragDropListener>
com.oorian.messaging.events.client.ClientEvent<DragDropListener>
com.oorian.messaging.events.client.DragStartEvent
Event fired when the user begins dragging an element.
-
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
-
DragStartEvent
public DragStartEvent()
-
-
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
-