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