Class BridgeContext.DOMNodeInsertedEventListener
java.lang.Object
org.apache.batik.bridge.BridgeContext.DOMNodeInsertedEventListener
- All Implemented Interfaces:
EventListener
- Enclosing class:
BridgeContext
The DOM EventListener invoked when a node is added.
- Version:
- $Id: BridgeContext.java 1851346 2019-01-15 13:41:00Z ssteiner $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(Event evt) Handles 'DOMNodeInserted' event type.
-
Constructor Details
-
DOMNodeInsertedEventListener
public DOMNodeInsertedEventListener()Creates a new DOMNodeInsertedEventListener.
-
-
Method Details
-
handleEvent
Handles 'DOMNodeInserted' event type.- Specified by:
handleEventin interfaceEventListener
-