Open yuriykulikov opened 12 years ago
Implement a Handler-based state machine class.
A simple finite state machine, which extends Hanlder (or agregates), and is able to handle messages differently in different states. Plus enter and exit functions.
Implement a Handler-based state machine class.