apps.basketapp.client
Class StateRecorder

java.lang.Object
  extended by apps.basketapp.client.StateRecorder

public class StateRecorder
extends java.lang.Object

The Class StateRecorder.


Field Summary
static java.lang.String logPath
          The log path.
 
Constructor Summary
StateRecorder(BasketApp app)
          Instantiates a new state recorder.
 
Method Summary
 void startStateRecording()
          Start state recording.
 void stopStateRecording()
          Stop state recording.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logPath

public static java.lang.String logPath
The log path.

Constructor Detail

StateRecorder

public StateRecorder(BasketApp app)
Instantiates a new state recorder.

Parameters:
app - the app
Method Detail

startStateRecording

public void startStateRecording()
Start state recording.


stopStateRecording

public void stopStateRecording()
Stop state recording.