|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadManager
Activity manager control interface used to add an remove thread component.
Field Summary | |
---|---|
static String |
ITF_NAME
default interface name. |
Method Summary | |
---|---|
Task |
addThread()
Creates, and returns a thread component. |
void |
removeThread(Task task)
Removes the thread, the given task interface belong. |
Field Detail |
---|
static final String ITF_NAME
Method Detail |
---|
Task addThread()
void removeThread(Task task) throws IllegalTaskException
task
- a task interface of a thread component.
IllegalTaskException
- if the given task interface is unknown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |