Interface IMessage

  • All Known Implementing Classes:
    Message

    public interface IMessage
    A human readable text message with an optional code that identifies the type of the message.
    • Method Detail

      • getText

        java.lang.String getText()
        Returns the human-readable message text.
      • getCode

        java.lang.String getCode()
        Returns the message code.