|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.script.rhino
Class EventTargetWrapper.FunctionEventListener

java.lang.Objectorg.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener
- All Implemented Interfaces:
- org.w3c.dom.events.EventListener
- Enclosing class:
- EventTargetWrapper
- static class EventTargetWrapper.FunctionEventListener
- extends java.lang.Object
- implements org.w3c.dom.events.EventListener
- extends java.lang.Object
The Java function object calling the Rhino function.
| Field Summary | |
private Function |
function
|
private RhinoInterpreter |
interpreter
|
| Constructor Summary | |
(package private) |
EventTargetWrapper.FunctionEventListener(Function f,
RhinoInterpreter i)
|
| Method Summary | |
void |
handleEvent(org.w3c.dom.events.Event evt)
This method is called whenever an event occurs of the type for which the EventListener interface was registered. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
function
private Function function
interpreter
private RhinoInterpreter interpreter
| Constructor Detail |
EventTargetWrapper.FunctionEventListener
EventTargetWrapper.FunctionEventListener(Function f,
RhinoInterpreter i)
| Method Detail |
handleEvent
public void handleEvent(org.w3c.dom.events.Event evt)
- Description copied from interface:
org.w3c.dom.events.EventListener - This method is called whenever an event occurs of the type for which
the
EventListenerinterface was registered.- Specified by:
handleEventin interfaceorg.w3c.dom.events.EventListener
|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener