com.quadrique.jbuildingblocks.gui
Class PanelPairSelectionEvent
java.lang.Object
java.util.EventObject
com.quadrique.jbuildingblocks.gui.PanelPairSelectionEvent
- All Implemented Interfaces:
- Serializable
public class PanelPairSelectionEvent
- extends EventObject
This class describes a selection event.
This selection event is sent whenever a radio or check button is selected
in a PanelPairRadioComponent or a PanelPairCheckComponent.
It is sent to all the listeners that registered to receive the selection events.
- Author:
- Hervé Rivere
- See Also:
- Serialized Form
|
Method Summary |
int |
getId()
|
PanelPairSelectionEvent
public PanelPairSelectionEvent(Object zSource,
int zId)
- constructor
- Parameters:
zSource - the object that created this event,zId - the identifier of the button
getId
public int getId()
- Returns:
- the id of the selected buttton
Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.