Interface PseudoStateContext<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Known Implementing Classes:
DefaultPseudoStateContext

public interface PseudoStateContext<S,E>
Context object using in PseudoStateListener.
Author:
Janne Valkealahti
  • Method Details