Package vrml.eai

Interface BrowserFactoryImpl

All Known Implementing Classes:
NetworkBrowserFactoryImpl, VRMLBrowserFactoryImpl, VRMLOGLBrowserFactoryImpl

public interface BrowserFactoryImpl
The factory implementation interface for obtaining references to browser instances.

Any implementation of a VRML browser that wishes to provide their own customized version of the browser factory should must subclass this class. In particular this is useful if the implementation needs to stay within the package defined by the application for other reasons.

A default implementation of this class is the DefaultBrowserFactoryImpl which is package access only.

Version:
1.1 29 August 1998