Package hec.server
Interface MessageReporter
public interface MessageReporter
Description of the Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorMessage
(Object type, Object o) Adds a feature to the ErrorMessage attribute of the MessageSender objectvoid
Adds a feature to the InformationMessage attribute of the MessageSender object
-
Method Details
-
addErrorMessage
Adds a feature to the ErrorMessage attribute of the MessageSender object- Parameters:
o
- The feature to be added to the ErrorMessage attributetype
- The feature to be added to the ErrorMessage attribute
-
addInformationMessage
Adds a feature to the InformationMessage attribute of the MessageSender object- Parameters:
o
- The feature to be added to the InformationMessage attribute
-