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

Method Index

 o dialogCancelled(Dialog)
 o dialogDismissed(Dialog)

Methods

 o dialogDismissed
 public abstract void dialogDismissed(Dialog d)
 o dialogCancelled
 public abstract void dialogCancelled(Dialog d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index