Active Object Implementation
Active Object Implementation
- Implement a Finite State Machine to define the objects possible actions
- Transitions between states are made on the reception of events
- Provides Accessor methods for the return of status information
- Accept events through a takeevent method