Package org.apache.batik.bridge.svg12
Class SVG12TextElementBridge.DOMChildNodeRemovedEventListener
- java.lang.Object
-
- org.apache.batik.bridge.SVGTextElementBridge.DOMChildNodeRemovedEventListener
-
- org.apache.batik.bridge.svg12.SVG12TextElementBridge.DOMChildNodeRemovedEventListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- SVG12TextElementBridge
protected class SVG12TextElementBridge.DOMChildNodeRemovedEventListener extends SVGTextElementBridge.DOMChildNodeRemovedEventListener
The DOM EventListener invoked when a node is removed.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDOMChildNodeRemovedEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(Event evt)Handles 'DOMNodeRemoved' event type.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event evt)
Description copied from class:SVGTextElementBridge.DOMChildNodeRemovedEventListenerHandles 'DOMNodeRemoved' event type.- Specified by:
handleEventin interfaceEventListener- Overrides:
handleEventin classSVGTextElementBridge.DOMChildNodeRemovedEventListener- Parameters:
evt- TheEventcontains contextual information about the event.
-
-