Class TableListenerCollection
public
class
TableListenerCollection
extends
ArrayList
A helper class for implementers of the
SourcesTableEvents interface. This
subclass of
ArrayList assumes that all objects added to it will be of
type
TableListener.
Methods
Method Detail
fireCellClicked
Fires a cellClicked event to all listeners.
Parameters
- sender
- the widget sending the event
- row
- the row of the cell being clicked
- cell
- the index of the cell being clicked