org.apache.batik.bridge
Class SVGTextElementBridge.DOMSubtreeModifiedEventListener
java.lang.Object
org.apache.batik.bridge.SVGTextElementBridge.DOMSubtreeModifiedEventListener
- All Implemented Interfaces:
- EventListener
- Direct Known Subclasses:
- SVG12TextElementBridge.DOMSubtreeModifiedEventListener
- Enclosing class:
- SVGTextElementBridge
protected class SVGTextElementBridge.DOMSubtreeModifiedEventListener
- extends Object
- implements EventListener
The DOM EventListener invoked when the subtree is modified.
Method Summary |
void |
handleEvent(Event evt)
Handles 'DOMSubtreeModified' event type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGTextElementBridge.DOMSubtreeModifiedEventListener
protected SVGTextElementBridge.DOMSubtreeModifiedEventListener()
handleEvent
public void handleEvent(Event evt)
- Handles 'DOMSubtreeModified' event type.
- Specified by:
handleEvent
in interface EventListener
- Parameters:
evt
- The Event
contains contextual information
about the event.
Copyright © 2017 Apache Software Foundation. All Rights Reserved.