com.vii.brillien.kernel.axiom.transport
Interface CommunicationListener<T>


public interface CommunicationListener<T>

All CommunicationListener objects registered within a Mediator, will be notified about all incoming transport-level packets. A Mediator - by receiving a packet - will perform the following steps: - notify all registered CommunicationListener objects - parse the packet and build up the Communication object - notify all registered MessageProcessor


Method Summary
 void received(T t)
           
 

Method Detail

received

void received(T t)
              throws BrillienException
Throws:
BrillienException


Copyright © 2012. All Rights Reserved.