IRouter Summary The interface for Altitude router implementations. Description The IRouter interface defines the interface for Altitude router implementations. Examples Basic Usage 123456import Altitude.Frontend.RouteEngines; class ConcreteRouter : IRouter{ // ...} Methods listenEventsListen for routing events. For example, for a web browser router, this method might listen for a hash change event. registerRouteThe method to override to perform route registration. Share HTML | BBCode | Direct Link