Package com.macrofocus.timer
Class ImmediateTimer
- java.lang.Object
-
- com.macrofocus.timer.AbstractTimer
-
- com.macrofocus.timer.ImmediateTimer
-
- All Implemented Interfaces:
Timer
,java.lang.Runnable
public class ImmediateTimer extends AbstractTimer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.macrofocus.timer.Timer
Timer.TimerListener
-
-
Field Summary
-
Fields inherited from class com.macrofocus.timer.AbstractTimer
actionListeners
-
-
Constructor Summary
Constructors Constructor Description ImmediateTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isScheduled()
void
restart()
void
run()
void
stop()
-
Methods inherited from class com.macrofocus.timer.AbstractTimer
addActionListener, fireTimerTriggered, removeActionListener
-
-