JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel
TimerListener
Contents
Description
Method Summary
Method Details
onTimer()
Hide sidebar
Show sidebar
Interface TimerListener
public interface
TimerListener
Listener for receiving timer events.
For example to periodically update internal state.
See Also:
invalid reference
org.apache.camel.support.TimerListenerManager
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onTimer
()
Notification invoked.
Method Details
onTimer
void
onTimer
()
Notification invoked.