Interface FeedbackProvider
- All Known Implementing Classes:
FeedbackNodeProvider
public interface FeedbackProvider
Represents a provider for
Feedback.-
Method Summary
Modifier and TypeMethodDescriptiongetFeedback(String key) Gets the feedback with the specified key.
-
Method Details
-
getFeedback
Gets the feedback with the specified key.- Parameters:
key- the key of the feedback- Returns:
- the feedback with the specified key, or
nullif not found - Throws:
Exception
-