Interface IntervalListener


public interface IntervalListener
/** The listener interface for receiving "interesting" events about an interval.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the value of the interval changes.
  • Method Details

    • intervalChanged

      void intervalChanged(IntervalEvent event)
      Called whenever the value of the interval changes.
      Parameters:
      event - the event that characterizes the change.