Uses of Interface
org.xj3d.core.loading.LoadRequestHandler
Packages that use LoadRequestHandler
-
Uses of LoadRequestHandler in org.xj3d.core.loading
Fields in org.xj3d.core.loading declared as LoadRequestHandlerModifier and TypeFieldDescriptionLoadRequest.loadRequestHandler
The class that the thread is to run when it grabs this request object from the load queue.Methods in org.xj3d.core.loading with parameters of type LoadRequestHandlerModifier and TypeMethodDescriptionvoid
ContentLoadQueue.add
(String loadConstantsType, String[] url, LoadRequestHandler loadRequestHandler, LoadDetails loadDetails) Add the given load request onto the queue. -
Uses of LoadRequestHandler in org.xj3d.impl.core.loading
Classes in org.xj3d.impl.core.loading that implement LoadRequestHandlerModifier and TypeClassDescriptionclass
Independent thread used to load a world from a list of URLs and then place it in the given node.