org.activemath.webapp.evaluators
Interface EvaluatorCentral
- All Known Implementing Classes:
- Evaluators
public interface EvaluatorCentral
|
Method Summary |
void |
elementHasBeenSeen(User usr,
String mid,
String session,
long start,
long end)
|
void |
endExercise(User usr,
String pid,
long time,
double success,
String session)
|
void |
endPageBrowsed(User usr,
List ids,
long time,
String session,
String page)
|
void |
logout(String user)
|
void |
startExercise(User usr,
String pid,
long time,
String proxy,
String session)
|
void |
startPageBrowsed(User usr,
List ids,
long time,
String session,
String page)
|
startPageBrowsed
void startPageBrowsed(User usr,
List ids,
long time,
String session,
String page)
endPageBrowsed
void endPageBrowsed(User usr,
List ids,
long time,
String session,
String page)
startExercise
void startExercise(User usr,
String pid,
long time,
String proxy,
String session)
endExercise
void endExercise(User usr,
String pid,
long time,
double success,
String session)
elementHasBeenSeen
void elementHasBeenSeen(User usr,
String mid,
String session,
long start,
long end)
logout
void logout(String user)