Partial interface type for observer defining a mandatory complete method. Used to construct the actual Observer type.
complete
Receives a completion notification.
Optional
Optional completion value. This is not documented in the spec but used in the specs unit tests.
Partial interface type for observer defining a mandatory
complete
method. Used to construct the actual Observer type.