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