Package org.apache.batik.bridge.svg12
Class SVG12BridgeContext.XBLContentListener
java.lang.Object
org.apache.batik.bridge.svg12.SVG12BridgeContext.XBLContentListener
- All Implemented Interfaces:
EventListener
,ContentSelectionChangedListener
- Enclosing class:
SVG12BridgeContext
protected class SVG12BridgeContext.XBLContentListener
extends Object
implements ContentSelectionChangedListener
The ContentSelectionChangedListener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked after an xbl:content element has updated its selected nodes list.
-
Constructor Details
-
XBLContentListener
protected XBLContentListener()
-
-
Method Details
-
contentSelectionChanged
Invoked after an xbl:content element has updated its selected nodes list.- Specified by:
contentSelectionChanged
in interfaceContentSelectionChangedListener
- Parameters:
csce
- the ContentSelectionChangedEvent object
-