ca.cgjennings.apps.arkham
Interface StrangeEonsApplication.EditorAddedListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
StrangeEonsApplication

public static interface StrangeEonsApplication.EditorAddedListener
extends java.util.EventListener

A listener that is called whenever a new editor is added to the application.


Method Summary
 void editorAdded(StrangeEonsEditor editor)
          Indicates that a new editor has been opened in the application.
 

Method Detail

editorAdded

void editorAdded(StrangeEonsEditor editor)
Indicates that a new editor has been opened in the application.

Parameters:
editor - the editor that has been added