public interface MainListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterStart(MainSupport main)
Callback after the CamelContext(s) has been started.
|
void |
afterStop(MainSupport main)
Callback after the CamelContext(s) has been stopped.
|
void |
beforeStart(MainSupport main)
Callback before the CamelContext(s) is being started.
|
void |
beforeStop(MainSupport main)
Callback before the CamelContext(s) is being stopped.
|
void beforeStart(MainSupport main)
main - the main instancevoid afterStart(MainSupport main)
main - the main instancevoid beforeStop(MainSupport main)
main - the main instancevoid afterStop(MainSupport main)
main - the main instanceApache Camel