public interface IBaseTimer
void
kill()
boolean
pause()
resume()
start(java.util.concurrent.ScheduledExecutorService timerService)
stop()
void start(java.util.concurrent.ScheduledExecutorService timerService)
void stop()
boolean pause()
boolean resume()
void kill()