Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.DocInsertedListener
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultXBLManager.DocInsertedListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.DocInsertedListener extends java.lang.Object implements EventListener
DOM node inserted listener for the document.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocInsertedListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(Event evt)Handles the event.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event evt)
Handles the event.- Specified by:
handleEventin interfaceEventListener- Parameters:
evt- TheEventcontains contextual information about the event.
-
-