Package org.apache.batik.bridge.svg12
Class ContentSelectionChangedEvent
java.lang.Object
java.util.EventObject
org.apache.batik.bridge.svg12.ContentSelectionChangedEvent
- All Implemented Interfaces:
Serializable
An event to signify a change to the list of selected nodes for an
xbl;content element.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ContentSelectionChangedEvent object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the xbl:content element where the event originated.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ContentSelectionChangedEvent
Creates a new ContentSelectionChangedEvent object.- Parameters:
c
- the xbl:content element whose selection is changing
-
-
Method Details
-
getContentElement
Returns the xbl:content element where the event originated.
-