Namespace Autarky\Routing\Events
| AbstractRouteEvent | |
| AfterEvent | Event that is fired after a route's controller has been invoked, before the response is returned from the router to the HttpKernel. |
| BeforeEvent | Event that is fired before a route's controller is invoked. |
| RouteMatchedEvent | Event that is fired when an URL is matched with a route. |