|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFaDe.Logger
public class Logger
The Logger class is used to log user's mouse and keyboard usage.
First the run()
method must be called to collect the data.
After this, the getMouseButtonStrokeLog()
, getKeyStrokeLog()
and getMousePositionLog()
methods will return the correct log.
A full log can be obtained with the getLog()
method.
Constructor Summary | |
---|---|
Logger()
Class constructor. |
Method Summary | |
---|---|
void |
run(int minutes)
Collects data for the specified minutes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Logger()
Method Detail |
---|
public void run(int minutes)
minutes
- the minutes to collect data for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |