Interface PseudoStateListener<S,E>
- Type Parameters:
S- the type of stateE- the type of event
- All Known Implementing Classes:
CompositePseudoStateListener
public interface PseudoStateListener<S,E>
PseudoStateListener for various pseudo state events.- Author:
- Janne Valkealahti
-
Method Summary
Modifier and TypeMethodDescriptionvoidonContext(PseudoStateContext<S, E> context) Called whenPseudoStatewant to notify of a newPseudoStateContext.
-
Method Details
-
onContext
Called whenPseudoStatewant to notify of a newPseudoStateContext.- Parameters:
context- the context
-