org.ow2.jasmine.event.processor
Interface JasmineEventProcessor<T extends ProcessContext>
- Type Parameters:
T - Type of processor context
public interface JasmineEventProcessor<T extends ProcessContext>
Interface to define a processor of JASMINe event.
- Author:
- Loris Bouzonnet
|
Method Summary |
void |
process(T context,
JasmineEventEB event)
Process a JASMINe event by using the given context. |
process
void process(T context,
JasmineEventEB event)
throws JasmineEventProcessorException
- Process a JASMINe event by using the given context.
- Parameters:
context - a processor contextevent - a JASMINe event
- Throws:
JasmineEventProcessorException - if the processing failed
Copyright © 2012 OW2 Consortium. All Rights Reserved.