Package org.jfree.beans.events
Interface SectionClickListener
-
- All Superinterfaces:
java.util.EventListener
public interface SectionClickListener extends java.util.EventListener
A listener for section clicks on aJPieChart
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSectionClick(SectionClickEvent event)
Called when the user clicks on a section within a pie chart.
-
-
-
Method Detail
-
onSectionClick
void onSectionClick(SectionClickEvent event)
Called when the user clicks on a section within a pie chart.- Parameters:
event
- the event.
-
-