All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.contrib.JCDialogCB

public interface JCDialogCB
The JCDialogCB interface defines a button callback member called by JCDialog when one of the buttons is pressed. By implementing this interface and calling JCDialog.setButtonCB(), the user can route callback processing to his/her own class.


Method Index

 o buttonCB(JCDialog, Button)
The button callback member.

Methods

 o buttonCB
 public abstract boolean buttonCB(JCDialog dialog,
                                  Button b)
The button callback member.

Parameters:
dialog - - the dialog on which the callback occurred
button - - the button that was pressed

All Packages  Class Hierarchy  This Package  Previous  Next  Index