Interface Event

    • Method Detail

      • setWhat

        void setWhat​(String what)
        Sets the description of what happened.
        Parameters:
        what - The event description.
      • setWhen

        void setWhen​(Date when)
        Sets when the event occurred.
        Parameters:
        when - The date and time of the event.
      • setWho

        void setWho​(String who)
        Sets who triggered the event.
        Parameters:
        who - The identifier of the actor.
      • setWhere

        void setWhere​(String where)
        Sets where the event occurred.
        Parameters:
        where - The location.
      • setWhy

        void setWhy​(String why)
        Sets the reason why the event occurred.
        Parameters:
        why - The reason.
      • setHow

        void setHow​(String how)
        Sets how the event occurred.
        Parameters:
        how - The manner in which the event occurred.