Class ChangeListenerCollection
A helper class for implementers of the SourcesChangeEvents interface. This
subclass of
ArrayList assumes that all objects added to it will be of
type
ChangeListener.
Methods
Method Detail
fireChange
public void
fireChange(
Widget sender)
Fires a change event to all listeners.
Parameters
- sender
- the widget sending the event.