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 GScheduler
public void onStart()
onStart
in interface GScheduler
public void onStop()
onStop
in interface GScheduler
Copyright © 2016. All rights reserved.