Class TabListenerCollection
public
class
TabListenerCollection
extends
ArrayList
A helper class for implementers of the
SourcesTabEvents interface. This
subclass of
ArrayList assumes that all objects added to it will be of
type
TabListener.
Methods
Method Detail
fireBeforeTabSelected
Fires a beforeTabSelected event to all listeners.
Parameters
- sender
- the widget sending the event
- tabIndex
- the index of the tab being selected
fireTabSelected
Fires a tabSelected event to all listeners.
Parameters
- sender
- the widget sending the event
- tabIndex
- the index of the tab being selected