Package adams.gui.event
Interface TabClosedListener
-
public interface TabClosedListener
Interface for classes that listen to changes in visibility of tabs of aBaseTabbedPane
.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
BaseTabbedPane
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tabClosed(TabClosedEvent e)
Gets called when a tab gets closed.
-
-
-
Method Detail
-
tabClosed
void tabClosed(TabClosedEvent e)
Gets called when a tab gets closed.- Parameters:
e
- the trigger event
-
-