Class SimpleRouterFactory

java.lang.Object
org.xj3d.impl.core.eventmodel.SimpleRouterFactory
All Implemented Interfaces:
RouterFactory

public class SimpleRouterFactory extends Object implements RouterFactory
A factory interface for generating SimpleRouter 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