Interface StateFactory<S extends State>
-
- Type Parameters:
S- state that hold data
public interface StateFactory<S extends State>State factory that create states that are used to on-demand query and other states
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScreateNewState()
-
-
-
Method Detail
-
createNewState
S createNewState()
-
-