Uses of Interface
org.xj3d.core.eventmodel.RouterFactory
Packages that use RouterFactory
-
Uses of RouterFactory in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type RouterFactoryModifier and TypeMethodDescriptionvoid
RouteManager.setRouterFactory
(RouterFactory fac) Set the factory needed to create new router instances for a new execution space. -
Uses of RouterFactory in org.xj3d.impl.core.eventmodel
Classes in org.xj3d.impl.core.eventmodel that implement RouterFactoryModifier and TypeClassDescriptionclass
A factory interface for generating router instances.class
A factory interface for generatingSimpleRouter
instances.Methods in org.xj3d.impl.core.eventmodel with parameters of type RouterFactoryModifier and TypeMethodDescriptionvoid
DefaultRouteManager.setRouterFactory
(RouterFactory fac) Set the factory needed to create new router instances for a new execution space.