single property

bool single
final

单点广播 default:false 默认为多点广播、事件可拥有多个监听者 开启后、该事件将永远只同时存在一个监听者,后者会替代前者

Implementation

final bool single;