Uses of Interface
com.vii.brillien.kernel.axiom.transport.CommunicationListener

Packages that use CommunicationListener
com.vii.brillien.kernel.axiom.transport   
 

Uses of CommunicationListener in com.vii.brillien.kernel.axiom.transport
 

Methods in com.vii.brillien.kernel.axiom.transport with type parameters of type CommunicationListener
<M extends CommunicationListener<T>>
void
Mediator.addCommunicationListener(M messageProcessor)
          Registers a CommunicationListener
<M extends CommunicationListener<T>>
void
Mediator.removeCommunicationListener(M messageProcessor)
          Deregisters a CommunicationListener
 

Methods in com.vii.brillien.kernel.axiom.transport that return types with arguments of type CommunicationListener
 Iterable<CommunicationListener<T>> Mediator.getCommunicationListeners()
          Retrieves the list of registered CommunicationListeners
 



Copyright © 2012. All Rights Reserved.