public interface Dependable
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Called by Depends.on() to see if the implementing class
is ready to be called upon.
|
void |
setRunning(boolean value)
Typically called by ServiceCoordinator to set the state
of the Service implementing this interface, after the
Service's init() method has returned.
|
boolean isRunning()
void setRunning(boolean value)