org.objectweb.jasmine.rules.dispatcher
Class EventDispatcherManager<T extends org.ow2.jasmine.event.processor.ProcessContext>

java.lang.Object
  extended by org.objectweb.jasmine.rules.dispatcher.EventDispatcherManager<T>

public class EventDispatcherManager<T extends org.ow2.jasmine.event.processor.ProcessContext>
extends java.lang.Object


Constructor Summary
EventDispatcherManager()
           
 
Method Summary
 void dispatchEvent(org.ow2.jasmine.event.beans.JasmineEventNotification jasmineEventNotification)
           
 T getContext()
           
 org.ow2.jasmine.event.processor.JasmineEventNotificationProcessor<T> getProcessor()
           
 void setContext(T context)
          Set a context for processing.
 void setProcessor(org.ow2.jasmine.event.processor.JasmineEventNotificationProcessor<T> processor)
          Set a JASMINe event notification processor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatcherManager

public EventDispatcherManager()
Method Detail

getProcessor

public org.ow2.jasmine.event.processor.JasmineEventNotificationProcessor<T> getProcessor()
Returns:
a JASMINe event notification processor

setProcessor

public void setProcessor(org.ow2.jasmine.event.processor.JasmineEventNotificationProcessor<T> processor)
Set a JASMINe event notification processor.

Parameters:
processor - a JASMINe event notification processor

getContext

public T getContext()
Returns:
a context for processing

setContext

public void setContext(T context)
Set a context for processing.

Parameters:
context - a context for processing

dispatchEvent

public void dispatchEvent(org.ow2.jasmine.event.beans.JasmineEventNotification jasmineEventNotification)


Copyright © 2010 OW2 Consortium. All Rights Reserved.