This demo shows a basic example of using delegates to communicate between actors
- create event dispatchers that can be bound to and
- call these dispatchers when the trigger is collided with
- bind to the event dispatchers in the sender
- create a custom event as part of that binding that is invoked when the events are triggered.