Interface TextMessageHandler


public interface TextMessageHandler
文本消息处理器
Version:
0.0.1
Author:
scx567888
  • Method Summary

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

    • handle

      void handle(String text, boolean last)