All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.RButtonGroup.RButtonGroupListener

public interface RButtonGroupListener
extends EventListener
An interface for classes that are interested in knowing when the selection changes


Method Index

 o selectionChanged(long)
Called when the selected button changes.

Methods

 o selectionChanged
 public abstract void selectionChanged(long selection)
Called when the selected button changes. The index starts at zero and is determined by the order that the buttons are added to the group.

Parameters:
selection - The index of the selected button.

All Packages  Class Hierarchy  This Package  Previous  Next  Index