jadex.micro.examples.chat
Interface IChatService

All Superinterfaces:
IRemotable, IService
All Known Implementing Classes:
ChatService

public interface IChatService
extends IService

Service can receive chat messages.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 void hear(String name, String text)
          Hear something.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

hear

void hear(String name,
          String text)
Hear something.

Parameters:
name - The name of the sender.
text - The text message.


Copyright © 2010. All Rights Reserved.