org.activemath.feedback.symptoms
Class PageStarted

java.lang.Object
  extended by org.activemath.feedback.symptoms.Symptom
      extended by org.activemath.feedback.symptoms.PageStarted

public class PageStarted
extends Symptom


Field Summary
 
Fields inherited from class org.activemath.feedback.symptoms.Symptom
AVERAGE, GOOD, LONG, name, OK, POOR, SHORT
 
Constructor Summary
PageStarted(int pageNumber)
           
 
Method Summary
 int getPageNumber()
           
protected  String renderParams()
           
 
Methods inherited from class org.activemath.feedback.symptoms.Symptom
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageStarted

public PageStarted(int pageNumber)
Method Detail

renderParams

protected String renderParams()
Specified by:
renderParams in class Symptom

getPageNumber

public int getPageNumber()