org.apache.batik.bridge.svg12
Class SVG12ScriptingEnvironment.DOMNodeRemovedListener

java.lang.Object
  extended byorg.apache.batik.bridge.ScriptingEnvironment.DOMNodeRemovedListener
      extended byorg.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.DOMNodeRemovedListener
All Implemented Interfaces:
EventListener
Enclosing class:
SVG12ScriptingEnvironment

protected class SVG12ScriptingEnvironment.DOMNodeRemovedListener
extends ScriptingEnvironment.DOMNodeRemovedListener

The listener class for 'DOMNodeRemoved' event.


Constructor Summary
protected SVG12ScriptingEnvironment.DOMNodeRemovedListener()
           
 
Method Summary
 void handleEvent(Event evt)
          This method is called whenever an event occurs of the event 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
 

Constructor Detail

SVG12ScriptingEnvironment.DOMNodeRemovedListener

protected SVG12ScriptingEnvironment.DOMNodeRemovedListener()
Method Detail

handleEvent

public void handleEvent(Event evt)
Description copied from interface: EventListener
This method is called whenever an event occurs of the event type for which the EventListener interface was registered.

Specified by:
handleEvent in interface EventListener
Overrides:
handleEvent in class ScriptingEnvironment.DOMNodeRemovedListener


Copyright © 2009 Apache Software Foundation. All Rights Reserved.