public abstract class TimerActionListener
extends java.lang.Object
implements java.awt.event.ActionListener
WebTimer| Constructor and Description |
|---|
TimerActionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
abstract void |
timerActionPerformed(java.awt.event.ActionEvent e,
WebTimer timer)
Simply an extended version of
actionPerformed() method. |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic abstract void timerActionPerformed(java.awt.event.ActionEvent e,
WebTimer timer)
actionPerformed() method.e - action eventtimer - timer which forced this action