public interface TaskRunnerListener
TaskRunner.registerListener(TaskRunnerListener, Executor).| Modifier and Type | Method and Description | 
|---|---|
String | 
getListenerId()  | 
void | 
locationChanged(String taskId,
               TaskLocation newLocation)
Called when the location of a task has changed. 
 | 
void | 
statusChanged(String taskId,
             TaskStatus status)
Called when the status of a task has changed. 
 | 
String getListenerId()
void locationChanged(String taskId, TaskLocation newLocation)
void statusChanged(String taskId, TaskStatus status)
Copyright © 2011–2018. All rights reserved.