NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.event
Interface TabSelectionListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface TabSelectionListener
extends java.util.EventListener, java.io.Serializable

Listener interface for receiving TabPaneEvents.

Author:
n.beekman

Method Summary
 void tabSelected(TabPaneEvent e)
          Invoked when a user selects a tab in a TabPane.
 

Method Detail

tabSelected

void tabSelected(TabPaneEvent e)
Invoked when a user selects a tab in a TabPane. Use TabPaneEvent.getTabIndex() to retrieve the index of the tab.

Parameters:
e - the TabPaneEvent describing the change

NextApp Echo3 Extras
v3.0.b4