Class ChangeListenerCollection
public
class
ChangeListenerCollection
extends
Vector
A helper class for implementers of the SourcesChangeEvents interface. This
subclass of Vector 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.