Package com.macrofocus.interval
Interface BoundedIntervalListener
-
public interface BoundedIntervalListener
/** The listener interface for receiving "interesting" events about a bounded interval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
boundedIntervalChanged(BoundedIntervalEvent event)
Called whenever the value of the bounded interval changes.
-
-
-
Method Detail
-
boundedIntervalChanged
void boundedIntervalChanged(BoundedIntervalEvent event)
Called whenever the value of the bounded interval changes.- Parameters:
event
- the event that characterizes the change.
-
-