Interface IEditorOpenListener


  • public interface IEditorOpenListener
    IEditorOpenListener can be registered with an IEditorManager in order to be called back when IEditorManager opens an editor.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onOpen​(org.apache.wicket.model.IModel<javax.jcr.Node> model)
      Called when IEditorManager creates/opens an editor.
    • Method Detail

      • onOpen

        void onOpen​(org.apache.wicket.model.IModel<javax.jcr.Node> model)
        Called when IEditorManager creates/opens an editor.
        Parameters:
        model - the Wicket model of the JCR Node representing the document handle