Class CommentEvent

    • Constructor Detail

      • CommentEvent

        public CommentEvent()
      • CommentEvent

        public CommentEvent​(String text)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        String String representation of this event
      • getText

        public String getText()
        Return the string data of the comment, returns empty string if it does not exist
        Specified by:
        getText in interface Comment
      • setText

        public void setText​(String text)