NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.event
Interface TabClosingListener

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

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

Listener interface for receiving TabPaneEvents.

Author:
n.beekman

Method Summary
 void tabClosing(TabPaneEvent e)
          Invoked when a user attempts to close a tab in a TabPane.
 

Method Detail

tabClosing

void tabClosing(TabPaneEvent e)
Invoked when a user attempts to close 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