Package jadex.ipc
Interface IMessageReceiver
public interface IMessageReceiver
-
Method Summary
Modifier and TypeMethodDescriptionvoidmessageArrived(jadex.messaging.ISecurityInfo secinfos, Object msg) Handle a message that arrived.
-
Method Details
-
messageArrived
Handle a message that arrived.- Parameters:
secinfos- Security information.msg- The message.
-