事件总线模块

此模块用于快应用内部自身事件通信。

API

Exposes

NameDescriptionType
on该方法注册事件监听Function
once该方法注册一次事件监听Function
emit该方法发送事件Function
off该方法取消监听事件Function