Package org.xj3d.core.eventmodel
Interface RouterFactory
- All Known Implementing Classes:
ListsRouterFactory
,SimpleRouterFactory
public interface RouterFactory
A factory interface for generating router instances.
The factory is defined as an interface because we want to provide a flexible system for defining who is to do the routing. While this package provides a number of pre-packaged routers, a renderer might wish to provide its own optimised system.
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
-
Method Summary
-
Method Details
-
newRouter
Router newRouter()Create a new Router instance for use by the caller.- Returns:
- A new instance of the router object
-