|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOfficeProgressMonitor
Progress monitor of the office layer.
| Field Summary | |
|---|---|
static int |
WORK_UNKNOWN
The work of a task is unknown. |
| Method Summary | |
|---|---|
void |
beginSubTask(java.lang.String name)
Informs the monitor about a new subtask. |
void |
beginTask(java.lang.String name,
int totalWork)
Informs the monitor about a new task. |
void |
done()
Informs the progress monitor that the work is done. |
boolean |
isCanceled()
Returns information whether the work was canceled. |
boolean |
needsDone()
Returns information whether the progress monitor needs to be notified about the end of the main task. |
void |
setCanceled(boolean canceled)
Sets information whether the work was canceled. |
void |
worked(int work)
Notifies that a given number of work unit of the main task has been completed. |
| Field Detail |
|---|
static final int WORK_UNKNOWN
| Method Detail |
|---|
void beginTask(java.lang.String name,
int totalWork)
name - name of the tasktotalWork - total work of the taskvoid worked(int work)
work - the number of work units just completedvoid beginSubTask(java.lang.String name)
name - name of the substaskboolean needsDone()
void done()
void setCanceled(boolean canceled)
canceled - information whether the work was canceledboolean isCanceled()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||