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 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