Package org.apache.batik.bridge.svg12
Interface ContentSelectionChangedListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
SVG12BridgeContext.XBLContentListener
,XBLContentElementBridge.ContentChangedListener
The interface for listening to changes in selected nodes on an
xbl:content element.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked after an xbl:content element has updated its selected nodes list.
-
Method Details
-
contentSelectionChanged
Invoked after an xbl:content element has updated its selected nodes list.- Parameters:
csce
- the ContentSelectionChangedEvent object
-