Package org.apache.camel
Interface TimerListener
-
public interface TimerListenerListener for receiving timer events. For example to periodically update internal state.- See Also:
org.apache.camel.support.TimerListenerManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTimer()Notification invoked.
-