org.apache.bsf.debug.meta
Class JsCallbacksDispatcher

java.lang.Object
  |
  +--org.apache.bsf.debug.util.Dispatcher
        |
        +--org.apache.bsf.debug.meta.JsCallbacksDispatcher
Direct Known Subclasses:
DebuggerDispatcher

public class JsCallbacksDispatcher
extends Dispatcher


Field Summary
 
Fields inherited from class org.apache.bsf.debug.util.Dispatcher
m_con
 
Constructor Summary
JsCallbacksDispatcher(SocketConnection con)
           
 
Method Summary
 void dispatch(ResultCell rcell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsCallbacksDispatcher

public JsCallbacksDispatcher(SocketConnection con)
Method Detail

dispatch

public void dispatch(ResultCell rcell)
              throws java.lang.Exception
Specified by:
dispatch in class Dispatcher
java.lang.Exception