edu.cuny.cat.comm
Interface MessageHandler<M extends Message>

Type Parameters:
M - the type of messages that can be handled by the handler.
All Known Implementing Classes:
ConnectionAdaptor

public interface MessageHandler<M extends Message>

The handler interface for processing messages that are received.

Version:
$Revision: 1.2 $
Author:
Jinzhong Niu

Method Summary
 void handleMessage(M msg)
           
 

Method Detail

handleMessage

void handleMessage(M msg)