uic.pjava.widgets.tabbedpane
Interface TabSelectionListener


public interface TabSelectionListener

This interface describes the communcation between a TabPanel and a class that wants to listen in on tabs that are selected.


Method Summary
 void tabSelected(TabSelectionEvent e)
          This method is called whenever the selected tab is changed in a TabPanel
 

Method Detail

tabSelected

public void tabSelected(TabSelectionEvent e)
This method is called whenever the selected tab is changed in a TabPanel



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence