brahms.communication
Interface IMessageHandler


public interface IMessageHandler

IMessageHandler is a generic interface for processing messages. This interface can be used to define different types of message handlers for different types of CommunicativeActs. An agent can for example create a message handler for every type of 'action' in a CommunicativeAct.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:02:59 $ $Author: rvhoof $
Author:
Ron van Hoof

Method Summary
 void onMessage(CommunicativeAct message)
          Notification of new CommunicativeAct to be processed by this IMessageHandler.
 

Method Detail

onMessage

void onMessage(CommunicativeAct message)
Notification of new CommunicativeAct to be processed by this IMessageHandler.

Parameters:
message - the CommunicativeAct to be processed


Copyright © 1997-2012 All Rights Reserved.