com.tensegrity.palowebviewer.modules.widgets.client.combobox
Interface IComboboxListener


public interface IComboboxListener

Listener for the IComboboxModel selected item selection.


Method Summary
 void onInvalidItemSet(java.lang.Object item)
           
 void onSelectionChanged(java.lang.Object oldItem)
           
 

Method Detail

onSelectionChanged

void onSelectionChanged(java.lang.Object oldItem)

onInvalidItemSet

void onInvalidItemSet(java.lang.Object item)