|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.appshell.Task
at.spardat.xma.appshell.SimpleTask
Implementation of a simple task which calls a single page or component.
| Field Summary |
| Fields inherited from class at.spardat.xma.appshell.Task |
app, menu |
| Constructor Summary | |
SimpleTask(at.spardat.xma.boot.component.IXMAControl client,
boolean blocking)
Creates the simple task. |
|
| Method Summary | |
void |
run()
This method does the work. |
| Methods inherited from class at.spardat.xma.appshell.Task |
call, callBlocking, callNonBlocking, closeRequested, closeRequested, contains, getComponent, getContextString, getMenu, getPage, getParentTask, getSubTask, isAutoDispose, isCleanSubmenu, isRunfinished, pageClosed, setAppShell, setAutoDispose, setCleanSubmenu, setMenu, setParentTask, setRunfinished, setSubTask, showTopPage, start, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleTask(at.spardat.xma.boot.component.IXMAControl client,
boolean blocking)
client - the page or component to use.blocking - if true the run()-method blocks until the page or
component is finished.| Method Detail |
public void run()
Task.start(IAppShell) or Task.start(ITask)
to run this task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||