Package org.apache.batik.bridge.svg12
Interface SVG12BridgeUpdateHandler
- All Superinterfaces:
BridgeUpdateHandler
- All Known Implementing Classes:
BindableElementBridge,SVG12TextElementBridge,SVGFlowRootElementBridge
A BridgeUpdateHandler interface for SVG 1.2 specific events. This is
for XBL event notification.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleBindingEvent(Element bindableElement, Element shadowTree) Invoked when a bindable element's binding has changed.voidInvoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.Methods inherited from interface org.apache.batik.bridge.BridgeUpdateHandler
dispose, handleAnimatedAttributeChanged, handleCSSEngineEvent, handleDOMAttrModifiedEvent, handleDOMCharacterDataModified, handleDOMNodeInsertedEvent, handleDOMNodeRemovedEvent, handleOtherAnimationChanged
-
Method Details
-
handleBindingEvent
Invoked when a bindable element's binding has changed. -
handleContentSelectionChangedEvent
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.
-