![]() |
Gridarta Editor
|
Interface for listeners interested in ButtonLists related events. More...
Public Member Functions | |
void | tabChanged (@Nullable Tab prevTab, @Nullable Tab tab) |
Called whenever thee selected tab has changed. More... | |
Interface for listeners interested in ButtonLists related events.
Definition at line 28 of file ButtonListsListener.java.
void net.sf.gridarta.gui.utils.tabbedpanel.ButtonListsListener.tabChanged | ( | @Nullable Tab | prevTab, |
@Nullable Tab | tab | ||
) |
Called whenever thee selected tab has changed.
prevTab | the previously selected tab |
tab | the newly selected tab |