Interface IChatGuiService

All Known Implementing Classes:
ChatAgent

public interface IChatGuiService
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.future.IFuture<String>
    Get the name of the chatter.
    void
    Send a message to all chat services;
    jadex.future.ISubscriptionIntermediateFuture<String>
    Subscribe to chat.
  • Method Details

    • sendMessageToAll

      void sendMessageToAll(String text)
      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.