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.
-
buttonCB(JCDialog, Button)
- The button callback member.
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