Interface TimerCallback
- All Known Implementing Classes:
EPEventServiceImpl
public interface TimerCallback
Callback interface for a time provider that triggers at scheduled intervals.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked by the internal clocking service at regular intervals.
-
Method Details
-
timerCallback
void timerCallback()Invoked by the internal clocking service at regular intervals.
-