Chart.addChartClickListener results in java.lang.NoSuchMethodError

This method calls the addListener method where reflection is used to identify the onClick method to call. Oddly enough, that method can’t seem to be found in the com.vaadin.addon.charts.ChartClickListener class I pass in. Even tho that method does contain such a method. I am using Vaadin Framework 8.5 and Charts 4.x. Is this a version incompatibility? Or is this method broken?