add 抽象方法

void add(
  1. T event
)
override

向接收器添加数据 event

不得在已关闭的接收器上调用。

实现

void add(T event);