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
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