Interface ChannelHistogramListener

  • All Known Implementing Classes:
    HistogramDocument

    public interface ChannelHistogramListener
    interface for channel histogram messages
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void channelSourceChanged​(xal.app.pvhistogram.ChannelHistogram model, xal.app.pvhistogram.ChannelSource channelSource)
      event indicating that the model's channel source has changed
      void histogramUpdated​(xal.app.pvhistogram.ChannelHistogram model, double[] range, int[] counts, List<Double> values, xal.tools.statistics.UnivariateStatistics statistics)
      event indicating that the model's histogram has changed
    • Method Detail

      • channelSourceChanged

        void channelSourceChanged​(xal.app.pvhistogram.ChannelHistogram model,
                                  xal.app.pvhistogram.ChannelSource channelSource)
        event indicating that the model's channel source has changed
      • histogramUpdated

        void histogramUpdated​(xal.app.pvhistogram.ChannelHistogram model,
                              double[] range,
                              int[] counts,
                              List<Double> values,
                              xal.tools.statistics.UnivariateStatistics statistics)
        event indicating that the model's histogram has changed