FaDe
Class Logger

java.lang.Object
  extended by FaDe.Logger
All Implemented Interfaces:
java.io.Serializable

public class Logger
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

Logger

public Logger()
Class constructor.

Method Detail

run

public void run(int minutes)
Collects data for the specified minutes. This method is blocking.

Parameters:
minutes - the minutes to collect data for