Interface SectionClickListener

  • All Superinterfaces:
    java.util.EventListener

    public interface SectionClickListener
    extends java.util.EventListener
    A listener for section clicks on a JPieChart.
    • Method Detail

      • onSectionClick

        void onSectionClick​(SectionClickEvent event)
        Called when the user clicks on a section within a pie chart.
        Parameters:
        event - the event.