Package com.macrofocus.common.interval
Interface IntervalListener
public interface IntervalListener
/** The listener interface for receiving "interesting" events about an interval.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
intervalChanged
(IntervalEvent event) Called whenever the value of the interval changes.
-
Method Details
-
intervalChanged
Called whenever the value of the interval changes.- Parameters:
event
- the event that characterizes the change.
-