Package org.apache.catalina.tribes
Interface MessageListener
- All Known Implementing Classes:
- ChannelCoordinator,- McastService
public interface MessageListener
The listener to be registered with the ChannelReceiver, internal Tribes
 component.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaccept(ChannelMessage msg) voidReceive a message from the IO components in the Channel stack
- 
Method Details- 
messageReceivedReceive a message from the IO components in the Channel stack- Parameters:
- msg- ChannelMessage
 
- 
accept
 
-