net.jimmc.spelsim
Interface TabSelectListener


public interface TabSelectListener

Listen for select and deselect events on a tab. Components which are passed to TabPanel.addTab and which implement this interface will be called when that tab is selected or deselected.


Method Summary
 void tabDeselected()
          Called when the tab is deselected.
 void tabSelected()
          Called when the tab is selected.
 

Method Detail

tabSelected

void tabSelected()
Called when the tab is selected.


tabDeselected

void tabDeselected()
Called when the tab is deselected.