org.apache.batik.bridge.svg12

Class ContentSelectionChangedEvent

public class ContentSelectionChangedEvent extends EventObject

An event to signify a change to the list of selected nodes for an xbl;content element.
Constructor Summary
ContentSelectionChangedEvent(XBLOMContentElement c)
Creates a new ContentSelectionChangedEvent object.
Method Summary
XBLOMContentElementgetContentElement()
Returns the xbl:content element where the event originated.

Constructor Detail

ContentSelectionChangedEvent

public ContentSelectionChangedEvent(XBLOMContentElement c)
Creates a new ContentSelectionChangedEvent object.

Parameters: c the xbl:content element whose selection is changing

Method Detail

getContentElement

public XBLOMContentElement getContentElement()
Returns the xbl:content element where the event originated.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.