Package com.macrofocus.timer
Class AbstractTimer
java.lang.Object
com.macrofocus.timer.AbstractTimer
- Direct Known Subclasses:
CoalescingTimer,ImmediateTimer
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.macrofocus.timer.Timer
Timer.TimerListener -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionListener(Timer.TimerListener listener) protected voidvoidremoveActionListener(Timer.TimerListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.macrofocus.timer.Timer
isScheduled, restart, stop
-
Field Details
-
actionListeners
-
-
Constructor Details
-
AbstractTimer
public AbstractTimer()
-
-
Method Details
-
addActionListener
- Specified by:
addActionListenerin interfaceTimer
-
removeActionListener
- Specified by:
removeActionListenerin interfaceTimer
-
fireTimerTriggered
protected void fireTimerTriggered()
-