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

    Modifier and Type
    Method
    Description
    void
    onOpen(org.apache.wicket.model.IModel<Node> model)
    Called when IEditorManager creates/opens an editor.
  • Method Details

    • onOpen

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