Class World.CellListener

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--World.CellListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
World

class World.CellListener
extends MouseAdapter


Constructor Summary
(package private) World.CellListener()
           
 
Method Summary
 void mouseClicked(MouseEvent event)
           
 
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

World.CellListener

World.CellListener()
Method Detail

mouseClicked

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


Generated by BlueJ