Class SubjectChangeEvent

    • Method Detail

      • getSubject

        public String getSubject()
        Gets the new subject.
        Returns:
        The subject.
      • getDate

        public Instant getDate()
        Gets the date, when the message was sent.
        Returns:
        The send date.
      • getNickname

        public String getNickname()
        Gets the nickname who changed the subject.
        Returns:
        The nickname.
      • isDelayed

        public boolean isDelayed()
        Indicates, if the subject change is delayed.
        Returns:
        True, if the subject change is delayed.