Agent with a behavior extending an existing behavior
This code sample provides an illustration of:
- Inheritance of agent definition;
- Inheritance of event handlers from an abstract implementation of agent;
- Execution of event handlers that are inherited or not.
Code on GitHub