Uses of Interface
org.netbeans.microedition.util.CancellableTask

Packages that use CancellableTask
org.netbeans.microedition.lcdui   
org.netbeans.microedition.util   
 

Uses of CancellableTask in org.netbeans.microedition.lcdui
 

Methods in org.netbeans.microedition.lcdui that return CancellableTask
 CancellableTask WaitScreen.getTask()
          Gets the background task.
 

Methods in org.netbeans.microedition.lcdui with parameters of type CancellableTask
 void WaitScreen.setTask(CancellableTask task)
          Sets the task to be run on the background.
 

Uses of CancellableTask in org.netbeans.microedition.util
 

Classes in org.netbeans.microedition.util that implement CancellableTask
 class SimpleCancellableTask
          A simple implementation of CancellableTask.