org.apache.myfaces.custom.tabbedpane
public class TabChangeEvent extends FacesEvent
Version: $Revision: 225368 $ $Date: 2005-07-26 20:14:51 +0200 (Tue, 26 Jul 2005) $
| Constructor Summary | |
|---|---|
| TabChangeEvent(UIComponent component, int oldTabIndex, int newTabIndex) | |
| Method Summary | |
|---|---|
| int | getNewTabIndex() |
| int | getOldTabIndex() |
| boolean | isAppropriateListener(FacesListener listener) |
| void | processListener(FacesListener listener) |