|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.WindowWrapper.FunctionWrapper
protected static class WindowWrapper.FunctionWrapper
To wrap a function in an handler.
Field Summary | |
---|---|
protected Object[] |
arguments
The arguments. |
protected org.mozilla.javascript.Function |
function
The function wrapper. |
protected RhinoInterpreter |
interpreter
The current interpreter. |
Constructor Summary | |
---|---|
WindowWrapper.FunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function f,
Object[] args)
Creates a function wrapper. |
Method Summary | |
---|---|
void |
run()
Calls the function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RhinoInterpreter interpreter
protected org.mozilla.javascript.Function function
protected Object[] arguments
Constructor Detail |
---|
public WindowWrapper.FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, Object[] args)
Method Detail |
---|
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |