Package xal.app.pvhistogram
Interface ChannelHistogramListener
-
- All Known Implementing Classes:
HistogramDocument
public interface ChannelHistogramListenerinterface for channel histogram messages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchannelSourceChanged(xal.app.pvhistogram.ChannelHistogram model, xal.app.pvhistogram.ChannelSource channelSource)event indicating that the model's channel source has changedvoidhistogramUpdated(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
-