ActiveListSubscriber<T>

TYPE DEFINITION

The subscriber which is informed of all state changes the ActiveList goes through.

Since 1.0.0

Signature

callback(
activeList : ActiveList<T> ,
): void

Parameters

activeList: ActiveList<T>

The ActiveList which had changes.

event: ActiveListEvent<T>

The event that occurred.