Interface TextMessageHandler


public interface TextMessageHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String text, boolean last)
     
  • Method Details

    • handle

      void handle(String text, boolean last)