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

Method Summary
 void acceptFeedback(IFeedback advice)
          Deal with feedback to improve quality of results next time
 void setReadyForFeedbackCalculation(boolean value)
           
 
Methods inherited from interface net.firstpartners.rp.plugins.IPlugin
onLoad
 

Method Detail

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.