Interface TimerListener


  • public interface TimerListener
    Listener for receiving timer events.

    For example to periodically update internal state.

    See Also:
    org.apache.camel.support.TimerListenerManager
    • Method Detail

      • onTimer

        void onTimer()
        Notification invoked.