org.ceno.communication.cli
Interface IEventCommunicator

All Known Implementing Classes:
EventCommunicatorService, ExtensionPointEventCommunicatorDispatcher, RequestEventCommunicator

public interface IEventCommunicator

Communicate a certain event to other developers

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

Method Summary
 void communicate(IEvent event)
           
<T> T
query(ReturnableEvent<T> event)
           
 

Method Detail

communicate

void communicate(IEvent event)
                 throws CommunicationException
Throws:
CommunicationException

query

<T> T query(ReturnableEvent<T> event)
        throws CommunicationException
Throws:
CommunicationException