Interface MultipleTabCloseListener
- All Superinterfaces:
BaseTabCloseListener
- All Known Subinterfaces:
VetoableMultipleTabCloseListener
Listener on multiple tab closing. This class is part of officially supported
API.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtabsClosed(JTabbedPane tabbedPane, Set<Component> tabComponents) Called when tabs are closed.voidtabsClosing(JTabbedPane tabbedPane, Set<Component> tabComponents) Called when tabs are about to be closed.
-
Method Details
-
tabsClosing
Called when tabs are about to be closed.- Parameters:
tabbedPane- Tabbed pane.tabComponents- Tab components to be closed.
-
tabsClosed
Called when tabs are closed.- Parameters:
tabbedPane- Tabbed pane.tabComponents- Tab components closed.
-