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 TypeMethodDescriptionvoid
addActionListener
(Timer.TimerListener listener) boolean
void
removeActionListener
(Timer.TimerListener listener) void
restart()
void
stop()
-
Method Details
-
restart
void restart() -
addActionListener
-
removeActionListener
-
stop
void stop() -
isScheduled
boolean isScheduled()
-