SourceEventHandler

@objc(BMPSourceEventHandler)
public protocol SourceEventHandler

Manages listeners to specific SourceEvent and notifies those listeners when such an event is being emitted. Listeners need to conform to the SourceListener protocol. See SourceListener about possible event method implementations.