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)
          Notification method called when new Communication arrived
 

Method Detail

received

void received(T t)
              throws BrillienException
Notification method called when new Communication arrived

Throws:
BrillienException


Copyright © 2012. All Rights Reserved.