jadex.service
Interface IReceiveNewGoalService

All Superinterfaces:
jadex.commons.IRemotable, jadex.commons.service.IService
All Known Implementing Classes:
ReceiveNewGoalService

public interface IReceiveNewGoalService
extends jadex.commons.service.IService

Service can receive chat messages.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 void receive(java.lang.String name, java.lang.String robotName, java.lang.Object content)
          Hear something.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

receive

void receive(java.lang.String name,
             java.lang.String robotName,
             java.lang.Object content)
Hear something.

Parameters:
name - The name of the sender.
robotName - The robot name.
content - The new goal.