Package commonj.timers
Interface Timer
-
public interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancancel()longgetPeriod()longgetScheduledExecutionTime()TimerListenergetTimerListener()
-
-
-
Method Detail
-
cancel
boolean cancel()
-
getPeriod
long getPeriod()
-
getScheduledExecutionTime
long getScheduledExecutionTime() throws java.lang.IllegalStateException- Throws:
java.lang.IllegalStateException
-
getTimerListener
TimerListener getTimerListener()
-
-