Uses of Interface
org.apache.camel.main.MainListener
-
-
Uses of MainListener in org.apache.camel.main
Classes in org.apache.camel.main that implement MainListener Modifier and Type Class Description class
MainListenerSupport
A useful base class forMainListener
implementations.Fields in org.apache.camel.main with type parameters of type MainListener Modifier and Type Field Description protected List<MainListener>
BaseMainSupport. listeners
Methods in org.apache.camel.main with parameters of type MainListener Modifier and Type Method Description void
BaseMainSupport. addMainListener(MainListener listener)
Adds aMainListener
to receive callbacks when the main is started or stoppingvoid
BaseMainSupport. removeMainListener(MainListener listener)
Removes theMainListener
-