Interface MessageContextService


public interface MessageContextService
TODO: This does not only send simple messages but also other client commands and should therefore be renamed.
  • Method Details

    • sendMessage

      void sendMessage(Message message)
    • sendProgress

      void sendProgress(Progress progress)
    • sendCommand

      void sendCommand(Command command)