StreamListener

For a class to listen to a stream.

interface StreamListener (
T
) {}

Members

Functions

onEventsComming
void onEventsComming()

Pass it down the line that an event sequence is coming.N

push
void push(T[] )

Pass event sequence down the line.

Meta