Interface TabClosingListener
- All Superinterfaces:
EventListener
Listen to tab closing events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe user has requested to close a tab.
-
Method Details
-
closing
The user has requested to close a tab.- Parameters:
e- The closing event.
-