com.quadrique.jbuildingblocks.gui
Interface ButtonAreaListener
- All Known Implementing Classes:
- Dlg, DlgAbout, DlgDateChooser, DlgException, DlgInformation, DlgLabelTextField, DlgLogin, DlgQuestion, PanelListBaseDlg, Wizard
public interface ButtonAreaListener
In order to receive any event from a ButtonArea instance, you must
implement this listener interface.
- Author:
- Hervé Rivere
- See Also:
ButtonArea,
ButtonAreaEvent
|
Method Summary |
void |
buttonSelected(ButtonAreaEvent zEvent)
This method is called whenever a button of the button area has been
selected by the user. |
buttonSelected
void buttonSelected(ButtonAreaEvent zEvent)
- This method is called whenever a button of the button area has been
selected by the user.
The getSelectedButtonId() from the ButtonAreaEvent class allows you
to determine which button has been selected.
- Parameters:
zEvent - the ButtonAreaEvent instance that describes the event- See Also:
ButtonArea,
ButtonAreaEvent
Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.