Uses of Class
org.jfree.beans.events.SectionClickEvent

Packages that use SectionClickEvent
org.jfree.beans Core classes for Orson (a chart beans library based on JFreeChart). 
org.jfree.beans.events Events and listeners. 
 

Uses of SectionClickEvent in org.jfree.beans
 

Methods in org.jfree.beans with parameters of type SectionClickEvent
 void JPieChart.fireSectionClickEvent(SectionClickEvent event)
          Fires a section click event.
 

Uses of SectionClickEvent in org.jfree.beans.events
 

Methods in org.jfree.beans.events with parameters of type SectionClickEvent
 void SectionClickListener.onSectionClick(SectionClickEvent event)
          Called when the user clicks on a section within a pie chart.