public class TabSelectedEvent extends Object implements NiftyEvent<Void>
Constructor and Description |
---|
TabSelectedEvent(TabGroup tabGroup,
Tab tabControl,
int tabIndex)
+ Create a instance of this event and set all the values that are transferred in such a event.
|
public TabSelectedEvent(TabGroup tabGroup, Tab tabControl, int tabIndex)
tabGroup
- the tab group control that is the parent of the effected tabtabControl
- the tab that is now visibletabIndex
- the index of the tab that is now visibleCopyright © 2013. All Rights Reserved.