public interface GScheduler
| Modifier and Type | Method and Description |
|---|---|
void |
onStart() |
void |
onStop() |
void |
scheduleAtFixedRate(java.lang.Runnable command,
long initialDelay,
long period,
java.util.concurrent.TimeUnit unit) |