Package com.macrofocus.timer
Interface Timer
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractTimer,CoalescingTimer,ImmediateTimer
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionListener(Timer.TimerListener listener) booleanvoidremoveActionListener(Timer.TimerListener listener) voidrestart()voidstop()
-
Method Details
-
restart
void restart() -
addActionListener
-
removeActionListener
-
stop
void stop() -
isScheduled
boolean isScheduled()
-