amber.utility
Interface TimerInterface
- All Known Implementing Classes:
- ApplicationController, ScheduledObject
- public interface TimerInterface
This is the interface used by the Timer thread to call back the object
when a time event has occurred.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
Timer
|
Method Summary |
void |
timeEventOccurred()
This function is called when a timer event has occurred. |
timeEventOccurred
public void timeEventOccurred()
- This function is called when a timer event has occurred.
Depending on the setting used when the Timer thread was created
this may occur once or multiple times.
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.