Interface CommentActionExecutor


  • public interface CommentActionExecutor
    Implementations of this interface define logic that needs to be triggered for the comment layer mode change. Possible Actions can be configured in spring configuration for the concrete implementation of CommentLayerService.
    • Method Detail

      • executeCommentAction

        void executeCommentAction​(CommentLayerComponent commentLayerComponent)
        Performs action execution for the given comment-layer capable component.
        Parameters:
        commentLayerComponent - - target component.