59606162636465
public EventObject createCamelContextStoppingEvent(CamelContext context) { return new CamelContextStoppingEvent(context); } public EventObject createCamelContextStoppedEvent(CamelContext context) { return new CamelContextStoppedEvent(context); }
58596061626364
54555657585960
64656667686970