Skip to content

Implement target listener

Ghost User requested to merge (removed):targetlistener into develop

Before this, models had to periodically check (in update()) if a agent reached its target. With this, models can register a target listener. The listener are called by the target controller. The implementation can change the model state.

Merge request reports