|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
To wrap a function in an handler.
Field Summary | |
protected java.lang.Object[] |
arguments
The arguments. |
protected Function |
function
The function wrapper. |
protected RhinoInterpreter |
interpreter
The current interpreter. |
Constructor Summary | |
WindowWrapper.FunctionWrapper(RhinoInterpreter ri,
Function f,
java.lang.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 Function function
protected java.lang.Object[] arguments
Constructor Detail |
public WindowWrapper.FunctionWrapper(RhinoInterpreter ri, Function f, java.lang.Object[] args)
Method Detail |
public void run()
run
in interface java.lang.Runnable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |