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.loadRequestHandlerThe 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 TypeMethodDescriptionvoidContentLoadQueue.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 TypeClassDescriptionclassIndependent thread used to load a world from a list of URLs and then place it in the given node.