public interface GScheduler
Modifier and Type | Method and Description |
---|---|
void |
onStart() |
void |
onStop() |
void |
scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit) |
Copyright © 2016. All rights reserved.