T - the type of question handled by this recorder@Role @Unstable public interface QuestionRecorder<T> extends Serializable
void record(T question)
question - the question that has been asked and its answerboolean replay(T question)
question - the question that must be answeredtrue if there is a recorded answer for the given question (which is used to answer the question),
false if there is not recorded answer for the given questionCopyright © 2004–2015 XWiki. All rights reserved.