Interface BoundedIntervalListener


public interface BoundedIntervalListener
/** The listener interface for receiving "interesting" events about a bounded interval.
  • Method Summary

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

    • boundedIntervalChanged

      void boundedIntervalChanged(BoundedIntervalEvent event)
      Called whenever the value of the bounded interval changes.
      Parameters:
      event - the event that characterizes the change.