hep.analysis.partition
Interface RangeChangeListener

All Known Implementing Classes:
Abstract1DPartition

public interface RangeChangeListener

Interface to be implemented by classes that receive notifications when the min/max range of an axis changes


Method Summary
 void rangeChanged(double min, double max)
           
 

Method Detail

rangeChanged

public void rangeChanged(double min,
                         double max)