org.apache.camel
Interface TimerListener

All Known Implementing Classes:
ManagedCamelContext, ManagedRoute, ManagedSuspendableRoute

public interface TimerListener

Listener for receiving timer events.

For example to periodically update internal state.

See Also:
TimerListenerManager

Method Summary
 void onTimer()
          Notification invoked.
 

Method Detail

onTimer

void onTimer()
Notification invoked.



Apache CAMEL