org.netbeans.microedition.util |
|
Java Source File Name | Type | Comment |
CancellableTask.java | Interface | A CancellableTask object is used in WaitScreen component to be run in
the background. |
Executable.java | Interface | Interface defining an execute method, which can throw exception. |
SimpleCancellableTask.java | Class | A simple implementation of CancellableTask . |