com.isti.util.gui
Interface SortedValuesJList.ListSelKeyChangeCallBack

Enclosing class:
SortedValuesJList

public static interface SortedValuesJList.ListSelKeyChangeCallBack

Interface ListSelKeyChangeCallBack defines a call-back method that is invoked when the selected list item has changed (and its key has changed).


Method Summary
 void newSelectedKeyObj(java.lang.Object keyObj)
          Call-back method that is invoked when the selected list item has changed (and its key has changed).
 

Method Detail

newSelectedKeyObj

void newSelectedKeyObj(java.lang.Object keyObj)
Call-back method that is invoked when the selected list item has changed (and its key has changed).

Parameters:
keyObj - the new key object for the selected list item.