com.tensegrity.palowebviewer.modules.widgets.client.combobox
Class ComboboxListenerCollection
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.combobox.ComboboxListenerCollection
public class ComboboxListenerCollection
- extends java.lang.Object
Collection of IComboboxListener
that can add/remove and notify listeners.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboboxListenerCollection
public ComboboxListenerCollection()
addListener
public void addListener(IComboboxListener listener)
removeListener
public void removeListener(IComboboxListener listener)
fireSelectionChanged
public void fireSelectionChanged(java.lang.Object oldItem)
fireInvalidItemSet
public void fireInvalidItemSet(java.lang.Object item)