Interface CommentModeExecutor
- All Known Implementing Classes:
CreateNewCommentExecutor,EditCommentModeExecutor,SelectCommentExecutor
public interface CommentModeExecutor
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 Summary
Modifier and TypeMethodDescriptionvoidexecuteCommentAction(CommentLayerComponent commentLayerComponent) Performs action execution for the given comment-layer capable component.
-
Method Details
-
executeCommentAction
Performs action execution for the given comment-layer capable component.- Parameters:
commentLayerComponent- - target component.
-