|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is listener interface to receive light weight mouse motion events.
Method Summary | |
void |
endDragged(LwMouseMotionEvent e)
Invoked when the mouse ends dragged. |
void |
mouseDragged(LwMouseMotionEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
void |
mouseMoved(LwMouseMotionEvent e)
Invoked when the mouse pointer has been moved on a light weight component (with no buttons no down). |
void |
startDragged(LwMouseMotionEvent e)
Invoked when the mouse starts dragged. |
Method Detail |
public void startDragged(LwMouseMotionEvent e)
e
- the specified mouse motion event.public void endDragged(LwMouseMotionEvent e)
e
- the specified mouse motion event.public void mouseDragged(LwMouseMotionEvent e)
e
- the specified mouse motion event.public void mouseMoved(LwMouseMotionEvent e)
e
- the specified mouse motion event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |