Interface DeleteCommentCommand

All Superinterfaces:
CommentCommand, ServiceCommand
All Known Implementing Classes:
DeleteCommentCommandImpl

public interface DeleteCommentCommand extends CommentCommand
Service command for removing a comment.
  • Method Details

    • getComment

      Comment getComment()
      Gets the comment that was removed. The behaviour of this command before execute() completes successfully is undefined.
      Specified by:
      getComment in interface CommentCommand
      Returns:
      the comment that was removed