Package org.prebid.mobile.tasksmanager
Interface CancellableExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor
- All Known Implementing Classes:
BackgroundThreadExecutor,MainThreadExecutor
public interface CancellableExecutor extends java.util.concurrent.Executor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancancel(java.lang.Runnable runnable)
-