Interface CommentModeExecutor
-
- All Known Implementing Classes:
CreateNewCommentExecutor,EditCommentModeExecutor,SelectCommentExecutor
public interface CommentModeExecutorImplementations 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 ofCommentLayerService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommentAction(CommentLayerComponent commentLayerComponent)Performs action execution for the given comment-layer capable component.
-
-
-
Method Detail
-
executeCommentAction
void executeCommentAction(CommentLayerComponent commentLayerComponent)
Performs action execution for the given comment-layer capable component.- Parameters:
commentLayerComponent- - target component.
-
-