Package jadex.micro.tutorial.a6
Interface IChatGuiService
- All Known Implementing Classes:
ChatAgent
public interface IChatGuiService
-
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IFuture
<String> getName()
Get the name of the chatter.void
sendMessageToAll
(String text) Send a message to all chat services;jadex.future.ISubscriptionIntermediateFuture
<String> Subscribe to chat.
-
Method Details
-
sendMessageToAll
Send a message to all chat services;- Parameters:
text
- The text.
-
getName
jadex.future.IFuture<String> getName()Get the name of the chatter.- Returns:
- The name.
-
subscribeToChat
jadex.future.ISubscriptionIntermediateFuture<String> subscribeToChat()Subscribe to chat.- Returns:
- Chat events.
-