org.ceno.communication.cli.net4j
Class RequestEventCommunicator

java.lang.Object
  extended by org.ceno.communication.cli.net4j.RequestEventCommunicator
All Implemented Interfaces:
IEventCommunicator

public class RequestEventCommunicator
extends java.lang.Object
implements IEventCommunicator

The client component of the communication infrastructure

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

Constructor Summary
RequestEventCommunicator()
           
 
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

RequestEventCommunicator

public RequestEventCommunicator()
Method Detail

communicate

public void communicate(IEvent event)
                 throws CommunicationException

Specified by:
communicate in interface IEventCommunicator
Throws:
CommunicationException

query

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