com.quadrique.jbuildingblocks.gui
Class PanelPairSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Constructor Summary
PanelPairSelectionEvent(Object zSource, int zId)
          constructor
 
Method Summary
 int getId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PanelPairSelectionEvent

public PanelPairSelectionEvent(Object zSource,
                               int zId)
constructor

Parameters:
zSource - the object that created this event,
zId - the identifier of the button
Method Detail

getId

public int getId()
Returns:
the id of the selected buttton


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.