Interface IFormRecordMessagePostedEvent

All Superinterfaces:
IFormRecordProvidingEvent, IProjectProvidingEvent, IWorkflowEventData, Serializable

public interface IFormRecordMessagePostedEvent extends IFormRecordProvidingEvent
Interface for the event when a message was posted to a form record chat.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getChat

      FormRecordChat getChat()
      Gets the chat the message was posted to.
      Returns:
      The chat.
    • getMessage

      FormRecordMessage getMessage()
      Gets the message that was posted.
      Returns:
      The posted message.