apps.mysteriestableportal
Class StateRecorder

java.lang.Object
  extended by apps.mysteriestableportal.StateRecorder

public class StateRecorder
extends java.lang.Object

The Class StateRecorder.


Constructor Summary
StateRecorder(DefaultSynergyNetApp app)
          Instantiates a new state recorder.
 
Method Summary
 java.util.List<ContentItem> loadMysteryState()
          Load mystery state.
 void registerMysteryContentItems(java.lang.String mysteryPath, java.util.List<ContentItem> items)
          Register mystery content items.
 void reset()
          Reset.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateRecorder

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

Parameters:
app - the app
Method Detail

loadMysteryState

public java.util.List<ContentItem> loadMysteryState()
Load mystery state.

Returns:
the list

registerMysteryContentItems

public void registerMysteryContentItems(java.lang.String mysteryPath,
                                        java.util.List<ContentItem> items)
Register mystery content items.

Parameters:
mysteryPath - the mystery path
items - the items

reset

public void reset()
Reset.