Uses of Record Class
dev.relism.flash.extension.RouteEvent
Packages that use RouteEvent
-
Uses of RouteEvent in dev.relism.flash.ext.routeviewer.model
Methods in dev.relism.flash.ext.routeviewer.model that return RouteEventModifier and TypeMethodDescriptionRouteRecord.event()Returns the value of theeventrecord component.Methods in dev.relism.flash.ext.routeviewer.model with parameters of type RouteEventModifier and TypeMethodDescriptionvoidRouteGraph.add(RouteEvent event) Called once per route by theRouteListener.static RouteRecordRouteRecord.from(RouteEvent event) Builds aRouteRecordfrom a rawRouteEvent.Constructors in dev.relism.flash.ext.routeviewer.model with parameters of type RouteEventModifierConstructorDescriptionRouteRecord(RouteEvent event, List<String> abstractionChain, List<String> pointcuts, List<String> middlewareNames) Creates an instance of aRouteRecordrecord class. -
Uses of RouteEvent in dev.relism.flash.extension
Methods in dev.relism.flash.extension with parameters of type RouteEventModifier and TypeMethodDescriptionvoidRouteListener.onRoute(RouteEvent event) Called once for every registered route, in registration order.