net.firstpartners.rp.plugins.events
Interface IInterestedInFeedback
- All Superinterfaces:
- IPlugin
- All Known Implementing Classes:
- BasicIntelligence
public interface IInterestedInFeedback
- extends IPlugin
Implemented by a plugin to mark if it is interested in feedback or not.
- Author:
- brownpa
Methods inherited from interface net.firstpartners.rp.plugins.IPlugin |
onLoad |
acceptFeedback
void acceptFeedback(IFeedback advice)
throws RpException
- Deal with feedback to improve quality of results next time
- Parameters:
advice
-
- Throws:
RpException
- Error occur in adding the information
setReadyForFeedbackCalculation
void setReadyForFeedbackCalculation(boolean value)
- Parameters:
readyForFeedbackCalculation
- The readyForFeedbackCalculation to set.