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