|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogListener
The listener interface for receiving dialog events.
xnap.gui.PreferencesDialog
Method Summary | |
---|---|
void |
dialogWillBecomeInvisible(java.awt.Dialog dialog)
Invoked before dispose() is invoked. |
void |
dialogWillBecomeVisible(java.awt.Dialog dialog)
Invoked last in the constructor before show() is invoked. |
Method Detail |
---|
void dialogWillBecomeVisible(java.awt.Dialog dialog)
show()
is invoked.
void dialogWillBecomeInvisible(java.awt.Dialog dialog)
dispose()
is invoked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |