Interface MessageListHolder

    • Method Detail

      • addMessage

        void addMessage​(Message message)
        Add a message to the message list.
        Parameters:
        message - message to add
      • clearMessages

        void clearMessages()
        Clear all messages in the message list.
      • getMessageList

        MessageList getMessageList()
        Returns the messages list object itself. Always the reference of the original object should be provided.
        Returns:
        reference to message list