public class DefaultGScheduler extends Object implements GScheduler
| Constructor and Description |
|---|
DefaultGScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart() |
void |
onStop() |
void |
scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit) |
public void scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit)
scheduleAtFixedRate in interface GSchedulerpublic void onStart()
onStart in interface GSchedulerpublic void onStop()
onStop in interface GSchedulerCopyright © 2014. All rights reserved.