Interface IChatService

All Known Implementing Classes:
ChatService

public interface IChatService
The chat service interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    message(String sender, String text)
    Receives a chat message.
  • Method Details

    • message

      void message(String sender, String text)
      Receives a chat message.
      Parameters:
      sender - The sender's name.
      text - The message text.