Package hec.server
Interface MessageReporter
public interface MessageReporter
Description of the Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddErrorMessage(Object type, Object o) Adds a feature to the ErrorMessage attribute of the MessageSender objectvoidAdds 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
-