Interface TimerListener
-
- All Known Implementing Classes:
TimerServiceResource
public interface TimerListenerRegistrar for timers.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimerAdded(String id)Registers a timer with the specified identifier.voidtimerRemoved(String id)Unregisters a timer with the specified identifier.
-