- 所有已知实现类:
- DefaultParserFeedback, Feedback
public interface ParserFeedback
Interface for providing feedback without forcing the output
destination to be predefined. A default implementation is
provided to output events to the console but alternate
implementations that log, watch for specific messages, etc.
are also possible.
- 另请参阅:
DefaultParserFeedback
,
FeedbackManager