接口 IMessageSender


public interface IMessageSender
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    处理系统事件
    void
    send(String content)
    发送信息 该方法可以是阻塞方法
    void
    send(String title, String content)
    发送信息 该方法可以是阻塞方法
  • 方法详细资料

    • send

      void send(String title, String content)
      发送信息 该方法可以是阻塞方法
      参数:
      title - 标题
      message - 内容
    • send

      void send(String content)
      发送信息 该方法可以是阻塞方法
      参数:
      content - 内容
    • onEvent

      void onEvent(NorthstarEvent e)
      处理系统事件
      参数:
      e -