Skip to content

egse.observer

cgse-common

This code is part of the cgse-common package.

egse.observer

This module implements a standard Observer <-> Observable pattern.

Bug

The methods in the Observable are not PEP8 compliant and need to be deprecated and changed.

Classes:

Name Description
Observable

The object that sends out notifications to the observers.

Observer

The observer that needs to take action when notified.

Observable

Observable()

The object that sends out notifications to the observers.

Observer

Bases: ABC

The observer that needs to take action when notified.