fipaos.mts
Interface MessageReceiver

All Known Subinterfaces:
ConversationManager

public interface MessageReceiver

This interface should be implemented by any class offering incoming message
dealing services, either directly or in-directly


Method Summary
 voidreceiveMessage(Message msg)
          Deal with the incoming message
 voidsetMessageSender(MessageSender ms)
          Set the reference to the MessageSender that should send-outgoing messages

Method Detail

receiveMessage

public void receiveMessage(Message msg)
Deal with the incoming message
Parameters:
message - The incomming message

setMessageSender

public void setMessageSender(MessageSender ms)
Set the reference to the MessageSender that should send-outgoing messages