com.maryanovsky.gwtutils.client
Interface MoveAction
- All Known Implementing Classes:
- MapWidget.MapMoveAction
public interface MoveAction
An action which may be invoked when the mouse cursor is moved without any
buttons being pressed. See UserEventManager for further details.
- Author:
- Maryanovsky Alexander
|
Method Summary |
void |
mouseMoved(Widget target,
PointView point)
Invoked when the mouse cursor is moved without any buttons being pressed. |
mouseMoved
void mouseMoved(Widget target,
PointView point)
- Invoked when the mouse cursor is moved without any buttons being pressed.
- Parameters:
target - The widget that was clicked.point - The location of the mouse cursor, point, relative to the
widget's origin.