public interface MessageListener
Title: MessageListener
Description: The listener to be registered with the ChannelReceiver, internal Tribes component
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(ChannelMessage msg)  | 
void | 
messageReceived(ChannelMessage msg)
Receive a message from the IO components in the Channel stack 
 | 
void messageReceived(ChannelMessage msg)
msg - ChannelMessageboolean accept(ChannelMessage msg)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.