Package net.sf.jaxodraw.gui.swing
Interface TabClosingListener
- All Superinterfaces:
EventListener
Listen to tab closing events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The user has requested to close a tab.
-
Method Details
-
closing
The user has requested to close a tab.- Parameters:
e
- The closing event.
-