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.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked 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
-