semorg.gui.util
Interface TimeControl.TimeChangeListener
- All Known Implementing Classes:
- CompanyInternalPresentationWindow.InputChangedListener, PublicPresentationWindow.InputChangedListener
- Enclosing class:
- TimeControl
public static interface TimeControl.TimeChangeListener
The listener interface for receiving timeChange events. The class that is
interested in processing a timeChange event implements this interface,
and the object created with that class is registered with a component
using the component's addTimeChangeListener method. When
the timeChange event occurs, that object's appropriate
method is invoked.
Method Summary |
void |
timeChanged()
This method gets invoked on changes of the time. |
timeChanged
void timeChanged()
- This method gets invoked on changes of the time.