Android SDK Version


public interface WorkQueue.WorkItem
Method Summary
Modifier and TypeMethodDescription
abstract Booleancancel()
abstract UnitmoveToFront()
abstract BooleangetIsRunning()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

cancel

 abstract Booleancancel()

moveToFront

 abstract UnitmoveToFront()

getIsRunning

 abstract BooleangetIsRunning()