Class that implements Observer interface and wraps the completed and failure method in virtual functions. This class extends the OutputRangeObject.
The helper for the own observer.
Wraps completed and failure method in virtual function.
Tests if something has completed method.
Tests if something has failure method.
Tests if something is Observer.
Wraps subscribe method in virtual function.
This module defines the concept of Observer.