jadex.service
Interface IGoalReachedService

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

public interface IGoalReachedService
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 text message.
content - The new goal.