Package ca.cgjennings.apps.arkham
Interface StrangeEonsAppWindow.ProjectEventListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- StrangeEonsAppWindow
public static interface StrangeEonsAppWindow.ProjectEventListener extends java.util.EventListener
A 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 void
projectClosing(Project proj)
void
projectOpened(Project proj)
-