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
process
void process(T context,
JasmineEventNotification event)
throws JasmineEventProcessorException
- Process a JASMINe event notification by using the given context.
- Parameters:
context - a processor contextevent - a JASMINe event
- Throws:
JasmineEventProcessorException - if the processing failed
Copyright © 2009 OW2 Consortium. All Rights Reserved.