cage
Class CaGeTimer

java.lang.Object
  extended by javax.swing.Timer
      extended by cage.CaGeTimer
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener

public class CaGeTimer
extends javax.swing.Timer
implements java.awt.event.ActionListener, java.beans.PropertyChangeListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.Timer
listenerList
 
Constructor Summary
CaGeTimer(CaGeRunner runner, int delay)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void start()
           
 void stop()
           
 
Methods inherited from class javax.swing.Timer
addActionListener, fireActionPerformed, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaGeTimer

public CaGeTimer(CaGeRunner runner,
                 int delay)
Method Detail

start

public void start()
Overrides:
start in class javax.swing.Timer

stop

public void stop()
Overrides:
stop in class javax.swing.Timer

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

actionPerformed

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