anl.aida.client.gui
Interface SelectionListener<T>


public interface SelectionListener<T>

Generic selection listener interface.


Method Summary
 void itemSelected(T item)
          Invoked with the specified item has been selected.
 

Method Detail

itemSelected

void itemSelected(T item)
Invoked with the specified item has been selected.

Parameters:
item - the selected item