org.ceno.communication.cli.dispatch
Class ExtensionPointEventCommunicatorDispatcher

java.lang.Object
  extended by org.ceno.communication.cli.dispatch.ExtensionPointEventCommunicatorDispatcher
All Implemented Interfaces:
IEventCommunicator

public class ExtensionPointEventCommunicatorDispatcher
extends java.lang.Object
implements IEventCommunicator

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

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

Constructor Detail

ExtensionPointEventCommunicatorDispatcher

public ExtensionPointEventCommunicatorDispatcher()
Method Detail

communicate

public void communicate(IEvent event)

Specified by:
communicate in interface IEventCommunicator

query

public <T> T query(ReturnableEvent<T> event)
        throws CommunicationException
Specified by:
query in interface IEventCommunicator
Throws:
CommunicationException