Package com.macrofocus.timer
Class CoalescingTimer
java.lang.Object
com.macrofocus.timer.AbstractTimer
com.macrofocus.timer.CoalescingTimer
-
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
ConstructorsConstructorDescriptionCoalescingTimer(int delay) CoalescingTimer(int delay, boolean postponing) CoalescingTimer(int delay, Timer.TimerListener listener) -
Method Summary
Methods inherited from class com.macrofocus.timer.AbstractTimer
addActionListener, fireTimerTriggered, removeActionListener
-
Constructor Details
-
CoalescingTimer
public CoalescingTimer(int delay) -
CoalescingTimer
-
CoalescingTimer
public CoalescingTimer(int delay, boolean postponing)
-
-
Method Details