org.game.Juzzle
Class ControlPanel.TimeCounterListener

java.lang.Object
  |
  +--org.game.Juzzle.ControlPanel.TimeCounterListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ControlPanel

protected class ControlPanel.TimeCounterListener
extends java.lang.Object
implements java.awt.event.ActionListener

callback function for Timer. It is called every second.


Constructor Summary
protected ControlPanel.TimeCounterListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlPanel.TimeCounterListener

protected ControlPanel.TimeCounterListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener