fr.lri.swingstates.sm
Class TaggedTimer

java.lang.Object
  extended by javax.swing.Timer
      extended by fr.lri.swingstates.sm.TaggedTimer
All Implemented Interfaces:
java.io.Serializable

public class TaggedTimer
extends javax.swing.Timer

The type used for timers having a name.

Author:
Caroline Appert
See Also:
Serialized Form

Method Summary
 java.lang.String getTagName()
           
 
Methods inherited from class javax.swing.Timer
addActionListener, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTagName

public java.lang.String getTagName()
Returns:
The name of this timer.