Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.script.rhino
Class EventTargetWrapper.FunctionEventListener  view EventTargetWrapper.FunctionEventListener download EventTargetWrapper.FunctionEventListener.java

java.lang.Object
  extended byorg.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

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 EventListener interface was registered.

Specified by:
handleEvent in interface org.w3c.dom.events.EventListener