Interface StateContextFactory
- All Known Implementing Classes:
DefaultStateContextFactory
public interface StateContextFactory
Factory which creates
StateContext instances.-
Method Summary
-
Method Details
-
create
StateContext create()Creates a newStateContext.- Returns:
- the newly created
StateContext.
-