Interface IMessageDecorator
- All Known Subinterfaces:
-
IReportDecorator
- All Known Implementing Classes:
-
DefaultMessageDecorator,DefaultReportDecorator,LogMessageDecorator
public interface IMessageDecorator
Used to create custom representations of
ReportMessage as String.
-
Method Summary
Modifier and TypeMethodDescriptiondecorateMessage(ReportMessage message) ConvertsReportMessageinto a string.
-
Method Details
-
decorateMessage
ConvertsReportMessageinto a string.- Parameters:
-
message- is a message of the optimization report - Returns:
- string representation of the message
-