Package ca.cgjennings.apps.arkham
Interface StrangeEonsAppWindow.EditorAddedListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- StrangeEonsAppWindow
public static interface StrangeEonsAppWindow.EditorAddedListener extends java.util.EventListener
A listener that is called whenever a new editor is added to the application.- Since:
- 2.00
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
editorAdded(StrangeEonsEditor editor)
Called when a new editor has been opened in the application.
-
-
-
Method Detail
-
editorAdded
void editorAdded(StrangeEonsEditor editor)
Called when a new editor has been opened in the application.- Parameters:
editor
- the editor that has been added
-
-