Interface Edge.EdgeCallback
public static interface Edge.EdgeCallback
A callback to decide if a state machine should shift state.
- 
Method Summary
 
- 
Method Details
- 
valve
Ditto.- Parameters:
 state- The state to evaluate with.- Returns:
 - Should we transition?
 
 
 -