pictionary.pictionaryclient
Class PictionaryClientGUI.Paper.L2

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by pictionary.pictionaryclient.PictionaryClientGUI.Paper.L2
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
PictionaryClientGUI.Paper

 class PictionaryClientGUI.Paper.L2
extends java.awt.event.MouseMotionAdapter

Handles the mouseDragged(MouseEvent) event.

Author:
Kristoffer Nordkvist

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

PictionaryClientGUI.Paper.L2()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent me)
If the paper is enabled, sends the dragged point to PictionaryClientGUI.Paper.addPointAndSend(Point).

Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
Overrides:
mouseDragged in class java.awt.event.MouseMotionAdapter