Interface AuthorExtensionStateListener

    • Method Detail

      • activated

        void activated​(AuthorAccess authorAccess)
        Method called when the Author extension was activated. This event is triggered when the Author extension where this listener is defined was activated in relation with a document opened in Author page. Listeners like AuthorMouseListener or AuthorListener can be added at this point.
        Parameters:
        authorAccess - The AuthorAccess of the Author page where the listener was activated.
      • deactivated

        void deactivated​(AuthorAccess authorAccess)
        Method called when the Author extension was deactivated. This event is triggered when another Author extension corresponding to the the current document opened in Author page was activated, the user switches to another editor page or the editor is closed.
        Parameters:
        authorAccess - The AuthorAccess of the Author page where the listener was deactivated.