org.bibalex.daf.commongui.controls
Interface CheckBoxList.ICheckBoxListActionListener

Enclosing class:
CheckBoxList

public static interface CheckBoxList.ICheckBoxListActionListener

An interface as Action listener to allow the instantiator to detect List events.

Author:
Fadi.Edward

Method Summary
 void selectionChanged(int index, boolean isSelected)
          Indicates that one of the list items selection state has changed.
 

Method Detail

selectionChanged

void selectionChanged(int index,
                      boolean isSelected)
Indicates that one of the list items selection state has changed.

Parameters:
index - The list item index that was modified.
isSelected - The new state of the item; true if selected, false otherwise.