|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.utils.swing.TimerActionListener
public abstract class TimerActionListener
Small extension for ActionListener to simplify timer usage.
WebTimer
Constructor Summary | |
---|---|
TimerActionListener()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
abstract void |
timerActionPerformed(java.awt.event.ActionEvent e,
WebTimer timer)
Simply an extended version of actionPerformed() method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerActionListener()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public abstract void timerActionPerformed(java.awt.event.ActionEvent e, WebTimer timer)
actionPerformed()
method.
e
- action eventtimer
- timer which forced this action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |