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