org.ceno.communication.srv
Class EventDispatcher

java.lang.Object
  extended by org.ceno.communication.srv.EventDispatcher
All Implemented Interfaces:
IEventDispatcher

public class EventDispatcher
extends java.lang.Object
implements IEventDispatcher

Version:
0.0.1
Author:
Andre Albert <andre.albert82@googlemail.com>

Constructor Summary
EventDispatcher()
           
 
Method Summary
 void dispatch(IEvent event)
          
<T> T
dispatch(ReturnableEvent<T> event)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatcher

public EventDispatcher()
Method Detail

dispatch

public void dispatch(IEvent event)

Specified by:
dispatch in interface IEventDispatcher

dispatch

public <T> T dispatch(ReturnableEvent<T> event)

Specified by:
dispatch in interface IEventDispatcher