LOG.debug("Firing " + event);
}
final HTMLElement jsElt = (HTMLElement) getScriptObject();
final ContextAction action = new ContextAction() {
public Object run(final Context cx) {
return jsElt.fireEvent(event);
}
};
final ContextFactory cf = client.getJavaScriptEngine().getContextFactory();
final ScriptResult result = (ScriptResult) cf.call(action);