|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DialogListener
The listener interface for receiving DialogPanel events.
DialogPanel,
DialogEvent,
DialogAdapter| Method Summary | |
|---|---|
void |
dialogClosed(DialogEvent e)
Invoked when a DialogPanel has been closed. |
void |
dialogClosing(DialogEvent e)
Invoked immediately prior to a DialogPanel closing. |
void |
dialogOpened(DialogEvent e)
Invoked when a DialogPanel is opened. |
| Method Detail |
|---|
void dialogClosed(DialogEvent e)
e - A DialogEvent event describing the action.void dialogClosing(DialogEvent e)
e - A DialogEvent event describing the action.void dialogOpened(DialogEvent e)
e - A DialogEvent event describing the action.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||