ARTPublicEventEmitter

Objective-C

@interface ARTPublicEventEmitter<EventType : id <ARTEventIdentification>,
                                 ItemType>
    : ARTEventEmitter <EventType, ItemType>

Swift

class ARTPublicEventEmitter<EventType, ItemType> : ARTEventEmitter<EventType, ItemType> where EventType : ARTEventIdentification, ItemType : AnyObject

Undocumented