128129130131132133134
public EventObject createCamelContextResumingEvent(CamelContext context) { return new CamelContextResumingEvent(context); } public EventObject createCamelContextResumedEvent(CamelContext context) { return new CamelContextResumedEvent(context); }