public EventObject createCamelContextSuspendingEvent(CamelContext context) {
return new CamelContextSuspendingEvent(context);
}
public EventObject createCamelContextSuspendedEvent(CamelContext context) {
return new CamelContextSuspendedEvent(context);
}