Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.vrmlclient
Class Dispatcher  view Dispatcher download Dispatcher.java

java.lang.Object
  extended byorg.vrspace.vrmlclient.Dispatcher

public class Dispatcher
extends java.lang.Object

Dispatches events to the scene


Field Summary
(package private)  VRSpace applet
           
(package private)  int debugLevel
           
(package private)  SceneManager mgr
           
(package private)  java.lang.String myClass
           
(package private)  long myId
           
(package private)  Transform myTrans
           
(package private)  vrml.external.Node[] nodes
           
(package private)  boolean setViewpoint
           
 
Constructor Summary
Dispatcher(VRSpace applet, SceneManager mgr)
           
 
Method Summary
 void debug(int level, java.lang.String s)
           
 void debug(java.lang.String s)
           
 void dispatch(org.vrspace.util.Message req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugLevel

int debugLevel

applet

VRSpace applet

mgr

SceneManager mgr

myClass

java.lang.String myClass

myId

long myId

myTrans

Transform myTrans

nodes

vrml.external.Node[] nodes

setViewpoint

boolean setViewpoint
Constructor Detail

Dispatcher

public Dispatcher(VRSpace applet,
                  SceneManager mgr)
Method Detail

dispatch

public void dispatch(org.vrspace.util.Message req)

debug

public void debug(java.lang.String s)

debug

public void debug(int level,
                  java.lang.String s)