Package com.macrofocus.common.interval
Interface BoundedIntervalListener
public interface BoundedIntervalListener
/** The listener interface for receiving "interesting" events about a bounded interval.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the value of the bounded interval changes.
-
Method Details
-
boundedIntervalChanged
Called whenever the value of the bounded interval changes.- Parameters:
event
- the event that characterizes the change.
-