org.apache.batik.bridge.svg12

Interface SVG12BridgeUpdateHandler

public interface SVG12BridgeUpdateHandler extends BridgeUpdateHandler

A BridgeUpdateHandler interface for SVG 1.2 specific events. This is for XBL event notification.
Method Summary
voidhandleBindingEvent(Element bindableElement, Element shadowTree)
Invoked when a bindable element's binding has changed.
voidhandleContentSelectionChangedEvent(ContentSelectionChangedEvent csce)
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.

Method Detail

handleBindingEvent

public void handleBindingEvent(Element bindableElement, Element shadowTree)
Invoked when a bindable element's binding has changed.

handleContentSelectionChangedEvent

public void handleContentSelectionChangedEvent(ContentSelectionChangedEvent csce)
Invoked when the xblChildNodes property has changed because a descendant xbl:content element has updated its selected nodes.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.