org.jfree.beans.events
Interface SectionClickListener

All Superinterfaces:
java.util.EventListener

public interface SectionClickListener
extends java.util.EventListener

A listener for section clicks on a JPieChart.


Method Summary
 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.