net.sf.jaxodraw.gui.swing
Interface JaxoClosableTabbedPane.ClosingListener

All Superinterfaces:
java.util.EventListener
Enclosing class:
JaxoClosableTabbedPane

public static interface JaxoClosableTabbedPane.ClosingListener
extends java.util.EventListener

Standard listener pattern.


Method Summary
 void closing(JaxoClosableTabbedPane.ClosingEvent e)
          The user has requested to close a tab.
 

Method Detail

closing

void closing(JaxoClosableTabbedPane.ClosingEvent e)
The user has requested to close a tab.

Parameters:
e - The closing event.


Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.