net.sf.jaxodraw.gui.swing
Interface TabClosingListener

All Superinterfaces:
EventListener

public interface TabClosingListener
extends EventListener

Listen to tab closing events.


Method Summary
 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.


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.