|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.threedbuttonsexperiment.logger.TrialLog
public class TrialLog
The Class TrialLog.
Constructor Summary | |
---|---|
TrialLog(java.lang.String targetString,
long startTime,
DateTextWritter logWritter)
Instantiates a new trial log. |
Method Summary | |
---|---|
void |
deleteKeyPressed()
Delete key pressed. |
long |
getEndTime()
Gets the end time. |
java.util.List<KeyPressRecord> |
getInputHistory()
Gets the input history. |
java.util.List<KeyPressRecord> |
getInputString()
Gets the input string. |
int |
getNumberOfCorrection()
Gets the number of correction. |
long |
getStartTime()
Gets the start time. |
java.lang.String |
getTargetString()
Gets the target string. |
void |
keyPressed(java.lang.String key)
Key pressed. |
void |
submitKeyPressed()
Submit key pressed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrialLog(java.lang.String targetString, long startTime, DateTextWritter logWritter)
targetString
- the target stringstartTime
- the start timelogWritter
- the log writterMethod Detail |
---|
public void deleteKeyPressed()
LogListener
deleteKeyPressed
in interface LogListener
public long getEndTime()
public java.util.List<KeyPressRecord> getInputHistory()
public java.util.List<KeyPressRecord> getInputString()
public int getNumberOfCorrection()
public long getStartTime()
public java.lang.String getTargetString()
public void keyPressed(java.lang.String key)
LogListener
keyPressed
in interface LogListener
key
- the keypublic void submitKeyPressed()
LogListener
submitKeyPressed
in interface LogListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |