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 classMainListenerSupportA useful base class forMainListenerimplementations.Fields in org.apache.camel.main with type parameters of type MainListener Modifier and Type Field Description protected List<MainListener>BaseMainSupport. listenersMethods in org.apache.camel.main with parameters of type MainListener Modifier and Type Method Description voidBaseMainSupport. addMainListener(MainListener listener)Adds aMainListenerto receive callbacks when the main is started or stoppingvoidBaseMainSupport. removeMainListener(MainListener listener)Removes theMainListener
-