Package org.apache.batik.bridge
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(Event evt) Handles 'DOMNodeInserted' event type.
-
Constructor Details
-
DOMNodeInsertedEventListener
public DOMNodeInsertedEventListener()Creates a new DOMNodeInsertedEventListener.
-
-
Method Details
-
handleEvent
Handles 'DOMNodeInserted' event type.- Specified by:
handleEvent
in interfaceEventListener
-