new ()
read onlyerror:CCErrorEvent
read onlysettingsUpdated:CCSettingsUpdatedEvent
read onlystateChanged:CCStateChangedEvent
read onlytrackAvailabilityChanged:CCTrackAvailabilityChangedEvent
read onlytrackSelected:CCTrackSelectedEvent
after ():ISimpleEventCollection<T, R>
around ():ISimpleEventCollection<T, R>
before ():ISimpleEventCollection<T, R>
each (f:EventSignal1<T, R> ‑> Void):ISimpleEventCollection<T, R>
Public API
length ():UInt
listen (handler:ListenableHandler):ISimpleEventCollection<T, R>
listenFor (f:ListenForMap):ISimpleEventCollection<T, R>
once (handler:ListenableHandler):ISimpleEventCollection<T, R>
unlisten (handler:ListenableHandler):ISimpleEventCollection<T, R>
unlistenFor (f:ListenForMap):ISimpleEventCollection<T, R>