StateChangedListenerpublic interface StateChangedListener Interface through which a {@link com.android.server.job.controllers.StateController} informs
the {@link com.android.server.job.JobSchedulerService} that there are some tasks potentially
ready to be run. |
Methods Summary |
---|
public void | onControllerStateChanged()Called by the controller to notify the JobManager that it should check on the state of a
task.
| public void | onRunJobNow(com.android.server.job.controllers.JobStatus jobStatus)Called by the controller to notify the JobManager that regardless of the state of the task,
it must be run immediately.
|
|