org.ow2.jasmine.event.processor
Interface JasmineEventNotificationProcessor<T extends ProcessContext>

Type Parameters:
T - Type of processor context

public interface JasmineEventNotificationProcessor<T extends ProcessContext>

Interface to define a processor of JASMINe event notification.

Author:
Jean-Pierre Poutcheu

Method Summary
 void process(T context, IJasmineEventNotification event)
          Process a JASMINe event notification by using the given context.
 

Method Detail

process

void process(T context,
             IJasmineEventNotification event)
             throws JasmineEventProcessorException
Process a JASMINe event notification 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.