Interface TimerListener
- All Known Implementing Classes:
TimerServiceResource
public interface TimerListener
Registrar for timers.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidtimerAdded(String id) Registers a timer with the specified identifier.voidtimerRemoved(String id) Unregisters a timer with the specified identifier.
-
Method Details
-
timerAdded
Registers a timer with the specified identifier.- Parameters:
id- an timer identifier.
-
timerRemoved
Unregisters a timer with the specified identifier.- Parameters:
id- an timer identifier.
-