Contents > ICEfaces Tag Reference > ice:tabChangeListener
The ice:tabChangeListener tag registers a TabChangeListener with a parent ice:panelTabSet component. This tag has only one attribute ("type") that specifies the fully qualified class name implementing the com.icesoft.faces.component.paneltabset.TabChangeListener interface. An instance of your class will be notified when the user changes to a different tab.
Example
<ice:tabChangeListener type="com.mycompany.event.TabChangeListener" />
HTML Output
(No output.)
Rendered Output