Uses of Interface
org.jfree.beans.events.SectionClickListener
-
Packages that use SectionClickListener Package Description org.jfree.beans Core classes for Orson (a chart beans library based on JFreeChart). -
-
Uses of SectionClickListener in org.jfree.beans
Methods in org.jfree.beans with parameters of type SectionClickListener Modifier and Type Method Description void
JPieChart. addSectionClickListener(SectionClickListener listener)
Registers a listener to receive notification of section clicks.void
JPieChart. removeSectionClickListener(SectionClickListener listener)
Unregisters a listener so that it no longer receives notification of section clicks.
-