|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ASyncProcess
Async Process Interface.
The Process implements the methods.
The Worker is started like
MyWorker.start()
The worker's run method basically executes
process.lockUI(pi);
process.executeAsync(pi);
process.unlockUI(pi);
The isUILocked() method is used internally (not called by worker).
| Method Summary | |
|---|---|
void |
executeASync(ProcessInfo pi)
Method to be executed async. |
boolean |
isUILocked()
Is the UI locked (Internal method) |
void |
lockUI(ProcessInfo pi)
Lock User Interface. |
void |
unlockUI(ProcessInfo pi)
Unlock User Interface. |
| Method Detail |
|---|
void lockUI(ProcessInfo pi)
pi - process infovoid unlockUI(ProcessInfo pi)
pi - result of execute ASync callboolean isUILocked()
void executeASync(ProcessInfo pi)
pi - ProcessInfo
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||