All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface IMSWG.IU.DialogResult

public interface DialogResult
This interface defines the callback from a @see DialogFrame. Classes wishing to be able to extract the result from a @see DialogFrame must implement this class.


Method Index

 o processResult(DialogFrame, boolean)
Callback routine.

Methods

 o processResult
 public abstract void processResult(DialogFrame source,
                                    boolean which)
Callback routine. Allows the dialog to pass back true if the user clicked OK, false if s/he clicked Cancel.


All Packages  Class Hierarchy  This Package  Previous  Next  Index