Interface gjt.DialogClient
All Packages Class Hierarchy This Package Previous Next Index
Interface gjt.DialogClient
- public interface DialogClient
- extends Object
DialogClients are notified when the Dialog with which they
are associated is dismissed. A reference to the dismissed
Dialog is passed as a parameter of dialogDismissed() in case
a DialogClient is a client of more than one Dialog.
- See Also:
- MessageDialog, QuestionDialog, YesNoDialog, DialogTest
-
dialogDismissed(Dialog)
-
dialogDismissed
public abstract void dialogDismissed(Dialog d)
All Packages Class Hierarchy This Package Previous Next Index