StateContext.java
01 /*
02  * Created on May 14, 2007
03  */
04 package com.x8ing.lsm4j;
05 
06 /**
07  * Defines the current context of a state, in other words, the state itself.
08  *
09  * The context instance will be passed from state to state by reference.
10  *
11  @author Patrick Heusser
12  */
13 public interface StateContext {
14 
15 }