MCDEvent

@interface MCDEvent<__covariant SourceType, __covariant ArgsType> : NSObject

此接口提供简单的事件模型。 事件生成 EventListeners 使用的项。 事件项的流由 MCDEventSubscription 控制。

方法

subscribe

- (nonnull MCDEventSubscription*)subscribe:(nonnull void (^)(SourceType _Nonnull, ArgsType _Nonnull))listener;

订阅连接的设备平台中的给定事件。

参数

  • listener

侦听 MCDEventSubscriptions。

返回

MCDEventSubscription 的实例。