Package jadex.micro.tutorial
Interface IChatService
- 
- All Known Subinterfaces:
- IExtendedChatService
 - All Known Implementing Classes:
- ChatServiceD1,- ChatServiceD2,- ChatServiceD3,- ChatServiceD4,- ChatServiceD5,- ChatServiceF1,- ChatServiceF2,- ChatServiceF3,- ChatServiceF4
 
 public interface IChatServiceThe chat service interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmessage(java.lang.String sender, java.lang.String text)Receives a chat message.
 
-