org.apache.bsf.debug.meta

Class JsCallbacksDispatcher

Known Direct 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 org.apache.bsf.debug.util.Dispatcher

dispatch

Constructor Details

JsCallbacksDispatcher

public JsCallbacksDispatcher(SocketConnection con)

Method Details

dispatch

public void dispatch(ResultCell rcell)
            throws Exception
Overrides:
dispatch in interface Dispatcher