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