|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseMotionAdapter
pictionary.pictionaryclient.PictionaryClientGUI.Paper.L2
class PictionaryClientGUI.Paper.L2
Handles the mouseDragged(MouseEvent)
event.
Constructor Summary | |
---|---|
PictionaryClientGUI.Paper.L2()
|
Method Summary | |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent me)
If the paper is enabled, sends the dragged point to PictionaryClientGUI.Paper.addPointAndSend(Point) . |
Methods inherited from class java.awt.event.MouseMotionAdapter |
---|
mouseMoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
PictionaryClientGUI.Paper.L2()
Method Detail |
---|
public void mouseDragged(java.awt.event.MouseEvent me)
PictionaryClientGUI.Paper.addPointAndSend(Point)
.
mouseDragged
in interface java.awt.event.MouseMotionListener
mouseDragged
in class java.awt.event.MouseMotionAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |