Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.RefAttrListener
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultXBLManager.RefAttrListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.RefAttrListener extends java.lang.Object implements EventListener
DOM attribute mutation listener for referencing definition elements.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefAttrListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(Event evt)
Handles the event.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event evt)
Handles the event.- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
evt
- TheEvent
contains contextual information about the event.
-
-