|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDialogListener
The IDialogListener informs about Dialog states.
| Method Summary | |
|---|---|
void |
dialogCancel(Dialog pDialog)
Invoked when dialog was canceled. |
void |
dialogOk(Dialog pDialog)
Invoked when dialog was closed. |
| Method Detail |
|---|
void dialogOk(Dialog pDialog)
throws Throwable
pDialog - the dialog
Throwable - if there is an error.
void dialogCancel(Dialog pDialog)
throws Throwable
pDialog - the dialog
Throwable - if there is an error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||