org.moyoman.client.reference.debug
Class ForestDebugPanel$1

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--org.moyoman.client.reference.debug.ForestDebugPanel$1
All Implemented Interfaces:
EventListener, MouseListener

synchronized class ForestDebugPanel$1
extends MouseAdapter


Constructor Summary
(package private) ForestDebugPanel$1(ForestDebugPanel)
           
 
Method Summary
 void mouseClicked(MouseEvent)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForestDebugPanel$1

ForestDebugPanel$1(ForestDebugPanel)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter