Package ca.cgjennings.ui
Interface TabClosingListener
-
- All Superinterfaces:
java.util.EventListener
public interface TabClosingListener extends java.util.EventListener
- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tabClosing(JCloseableTabbedPane source, int tab, boolean isDirty)
-
-
-
Method Detail
-
tabClosing
void tabClosing(JCloseableTabbedPane source, int tab, boolean isDirty)
-
-