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.
 

Method Detail

process

void process(T context,
             JasmineEventEB event)
             throws JasmineEventProcessorException
Process a JASMINe event by using the given context.

Parameters:
context - a processor context
event - a JASMINe event
Throws:
JasmineEventProcessorException - if the processing failed


Copyright © 2011 OW2 Consortium. All Rights Reserved.