Package hec.server

Interface MessageReporter


public interface MessageReporter
Description of the Interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a feature to the ErrorMessage attribute of the MessageSender object
    void
    Adds a feature to the InformationMessage attribute of the MessageSender object
  • Method Details

    • addErrorMessage

      void addErrorMessage(Object type, Object o)
      Adds a feature to the ErrorMessage attribute of the MessageSender object
      Parameters:
      o - The feature to be added to the ErrorMessage attribute
      type - The feature to be added to the ErrorMessage attribute
    • addInformationMessage

      void addInformationMessage(Object o)
      Adds a feature to the InformationMessage attribute of the MessageSender object
      Parameters:
      o - The feature to be added to the InformationMessage attribute