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