The ObserverForDecimal, ObserverForHexaDecimal, and ObserverForBinary classes used in the Observer pattern. More...
Go to the source code of this file.
Classes | |
class | ObserverForDecimal |
Represents an observer that prints out the current number from the Subject in decimal. More... | |
class | ObserverForHexaDecimal |
Represents an observer that prints out the current number from the Subject in hexadecimal. More... | |
class | ObserverForBinary |
Represents an observer that prints out the current number from the Subject in binary. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The ObserverForDecimal, ObserverForHexaDecimal, and ObserverForBinary classes used in the Observer pattern.
Definition in file Observer_Class.cs.