Uses of Interface
org.apache.camel.StartupListener

Packages that use StartupListener
org.apache.camel The core Camel API. 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of StartupListener in org.apache.camel
 

Methods in org.apache.camel with parameters of type StartupListener
 void CamelContext.addStartupListener(StartupListener listener)
          Adds the given listener to be invoked when CamelContext have just been started.
 

Uses of StartupListener in org.apache.camel.component.timer
 

Classes in org.apache.camel.component.timer that implement StartupListener
 class TimerConsumer
          The timer consumer.
 

Uses of StartupListener in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type StartupListener
 void DefaultCamelContext.addStartupListener(StartupListener listener)
           
 



Apache Camel