| Modifier and Type | Class and Description |
|---|---|
class |
MainListenerSupport
A useful base class for
MainListener implementations. |
| Modifier and Type | Field and Description |
|---|---|
protected List<MainListener> |
BaseMainSupport.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMainSupport.addMainListener(MainListener listener)
Adds a
MainListener to receive callbacks when the main is started or stopping |
void |
BaseMainSupport.removeMainListener(MainListener listener)
Removes the
MainListener |
Apache Camel