All Packages Class Hierarchy This Package Previous Next Index
Interface gjt.DialogClient
- public interface interface DialogClient
DialogClients are notified when the Dialog with which they
are associated is dismissed or cancelled. 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:
- GJTDialog, MessageDialog, QuestionDialog, YesNoDialog, DialogTest
-
dialogCancelled(Dialog)
-
-
dialogDismissed(Dialog)
-
dialogDismissed
public abstract void dialogDismissed(Dialog d)
dialogCancelled
public abstract void dialogCancelled(Dialog d)
All Packages Class Hierarchy This Package Previous Next Index