Uses of Class
fipaos.mts.MessageReceiver

Packages that use MessageReceiver
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.mts 

Uses of MessageReceiver in fipaos.agent.conversation
 

Subinterfaces of MessageReceiver in fipaos.agent.conversation
interface ConversationManager
          This interface should be implemented by all CM implementations.
 

Uses of MessageReceiver in fipaos.agent.conversation.lightweight
 

Methods in fipaos.agent.conversation.lightweight with parameters of type MessageReceiver
voidLightweightConversationManagerImpl.setMessageReceiver(MessageReceiver mr)
          Set the reference to the MessageReceiver that should receive incoming messages
 

Uses of MessageReceiver in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard with parameters of type MessageReceiver
voidConversationManagerImpl.setMessageReceiver(MessageReceiver p1)
          Attempt to set the receiver of incoming messages - not supported
by this class!
 

Uses of MessageReceiver in fipaos.mts
 

Methods in fipaos.mts with parameters of type MessageReceiver
voidMessageSender.setMessageReceiver(MessageReceiver mr)
          Set the reference to the MessageReceiver that should receive incoming messages
voidMTS.setMessageReceiver(MessageReceiver p1)