|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PublishInterface
Progress Publish Interface
| Method Summary | |
|---|---|
void |
initPublish()
Initialize Publishing |
void |
publish(Level level,
String info,
int step,
int totalSteps)
Publish Information to User. |
| Method Detail |
|---|
void initPublish()
void publish(Level level,
String info,
int step,
int totalSteps)
level - type/importance
- use INFO for main task - Create Database
-- CONFIG for areas - (not used for this example)
--- FINE for the actual work - Drop User
---- FINER for trace - database feedback
* WARNING if we can continue
* SEVERE if we need to abort the processinfo - the clear text infostep - the step you are ontotalSteps - the total number of steps for this task
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||