124125126127128129130
public EventObject createCamelContextSuspendedEvent(CamelContext context) { return new CamelContextSuspendedEvent(context); } public EventObject createCamelContextResumingEvent(CamelContext context) { return new CamelContextResumingEvent(context); }