Package net.sf.jaxodraw.gui.swing
Interface TabClosingListener
-
- All Superinterfaces:
java.util.EventListener
public interface TabClosingListener extends java.util.EventListener
Listen to tab closing events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closing(TabClosingEvent e)
The user has requested to close a tab.
-
-
-
Method Detail
-
closing
void closing(TabClosingEvent e)
The user has requested to close a tab.- Parameters:
e
- The closing event.
-
-