Searched refs:executionListener (Results 1 – 1 of 1) sorted by relevance
173 public synchronized void addExecutionListener(ExecutionListener executionListener) { in addExecutionListener() argument175 mOuterListeners.add(executionListener); in addExecutionListener()183 public synchronized void removeExecutionListener(ExecutionListener executionListener) { in removeExecutionListener() argument185 mOuterListeners.remove(executionListener); in removeExecutionListener()199 for (ExecutionListener executionListener : mOuterListeners) { in onExecuted()200 executionListener.onExecuted(workSpecId, isSuccessful, needsReschedule); in onExecuted()