Package net.sf.jaxodraw.gui.swing
Interface TabClosingListener
-
- All Superinterfaces:
java.util.EventListener
public interface TabClosingListener extends java.util.EventListenerListen to tab closing events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclosing(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.
-
-