Interface SourcesChangeEvents

All Known Implementing Classes:
ListBox, PasswordTextBox, SuggestBox, TextArea, TextBox, TextBoxBase

@Deprecated public interface SourcesChangeEvents
Deprecated.
we have now separated dom and logical change events. Use HasChangeHandlers if the change listener was triggered by a dom change event or HasValueChangeHandlers if it was based on a logical event
A widget that implements this interface sources the events defined by the ChangeListener interface.