Package ca.cgjennings.apps.arkham
Interface StrangeEonsAppWindow.ProjectEventListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- StrangeEonsAppWindow
public static interface StrangeEonsAppWindow.ProjectEventListener extends java.util.EventListenerA listener that is called when a project is opened or closed.- Since:
- 2.1a7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprojectClosing(Project proj)voidprojectOpened(Project proj)
-