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