com.infragistics.faces.chart.event
Interface DataPointListener
- All Superinterfaces:
- java.util.EventListener, javax.faces.event.FacesListener
- public interface DataPointListener
- extends javax.faces.event.FacesListener
A listener interface for receiving DataPointEvents. A class that is interested in receiving such events implements this interface,
and then registers itself with the source Chart of interest, by calling addDataPointListener().
processDataPoint
public void processDataPoint(DataPointEvent dataPointEvent)