Package org.xj3d.impl.core.eventmodel
Class OriginManagerFactory
java.lang.Object
org.xj3d.impl.core.eventmodel.OriginManagerFactory
Factory class for obtaining an OriginManager instance for a browser.
The OriginManager's are unique per browser instance and are identified
by the browser's FrameStateManager.
- Version:
- $Revision: 1.5 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionstatic OriginManager
Return the OriginManager for the argument FrameStateManager.static void
Delete the OriginManager for the argument FrameStateManager.
-
Method Details
-
getInstance
Return the OriginManager for the argument FrameStateManager. If none exists, create one.- Parameters:
fsm
- The browser's FrameStateManager.- Returns:
- An OriginManager
-
removeInstance
Delete the OriginManager for the argument FrameStateManager.- Parameters:
fsm
- The browser's FrameStateManager.
-