HomeSort by relevance Sort by last modified time
    Searched refs:notifyStopped (Results 1 - 3 of 3) sorted by null

  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 57 notifyStopped();
AbstractIdleService.java 59 notifyStopped();
AbstractService.java 35 * and {@link #notifyStopped()} callbacks. Its subclasses must manage threads
76 * of this method should cause a call to {@link #notifyStopped()}, either
186 protected final void notifyStopped() {
191 "Cannot notifyStopped() when the service is " + state);

Completed in 46 milliseconds