|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimerSession
| Method Summary | |
|---|---|
void |
cancel(TimerImpl timer)
Cancels a timer. |
void |
schedule(TimerImpl timer)
Schedule the execution of a timer. |
| Method Detail |
|---|
void schedule(TimerImpl timer)
timerImpl - the timer to be executed.
IllegalArgumentException - if the timer is null or if its activity is null or if its dueDate
is null or if its dueDate is negative or if its dueDate is past
or if its dueDate is equals to Long.MAX_VALUEvoid cancel(TimerImpl timer)
timerImpl - the timer to be cancelled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||