|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface uniform the way to call each sub-class. It calls the method process of the class CustomDialog or Command according to the instantiation of this interface. Also it masks the machinery and helps the developer who want to reuse the program.
Field Summary | |
static int |
DEBUG
Integer defining the DEBUG level of verbosity. |
static int |
HIGH
Integer defining the HIGH level of verbosity. |
static int |
NORMAL
Integer defining the NORMAL level of verbosity. |
static int |
QUIET
Integer defining the QUIET level of verbosity. |
Method Summary | |
void |
process()
Open the dialog mode |
Field Detail |
public static final int QUIET
public static final int NORMAL
public static final int HIGH
public static final int DEBUG
Method Detail |
public void process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |