June 2017
Beginner to intermediate
274 pages
6h 49m
English
There are three methods which take care of emitting events. These are as follows:
These are shown in the following code example:

In each case, they do a bit of error checking, then loop through the registered observers and invoke the appropriate method. These methods have names prefixed with a single underscore (_), marking them as not part of the public interface of the Observable class. They are helpers to make subclasses easier to write.
That can't possibly be a complete reactive programming system, can it? Yes and ...
Read now
Unlock full access