|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMTimer | |
planetj.util |
Uses of CMTimer in planetj.util |
Methods in planetj.util that return CMTimer | |
CMTimer |
TaskScheduler.createTimer(String pTimerKey)
Creates and returns a timer. |
CMTimer |
TaskScheduler.createTimer(String pTimerKey,
boolean pIsDaemon)
Creates a new timer if one does not exist for the specified key. |
CMTimer |
TaskScheduler.getDefaultTimer()
Returns the default timer for this scheduler that may be used to schedule tasks. |
CMTimer |
TaskScheduler.getTimer(String pKey)
Return the timer identified by the given key. |
Methods in planetj.util with parameters of type CMTimer | |
void |
TaskScheduler.addTimer(CMTimer pTimer)
Adds the specified timer to this TaskScheduler to be used for scheduling task. |
void |
TaskScheduler.cancelTimer(CMTimer pTimer)
Cancels and removes the specified timer from this TaskScheduler. |
void |
TaskScheduler.removeTimer(CMTimer pTimer)
Removes the specified timer from this TaskScheduler. |
void |
TaskScheduler.setDefaultTimer(CMTimer pTimer)
Sets the key for the default timer to the id of the specified timer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |