SourceLoadEvent

@objcMembers
@objc(BMPSourceLoadEvent)
public class SourceLoadEvent : NSObject, SourceEvent

See SourceListener for more information on this event.

  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let timestamp: TimeInterval
  • Declaration

    Swift

    public let source: Source
  • Declaration

    Swift

    public init(
        source: Source
    )