Design Pattern Examples
Overview of object-oriented design patterns
Observer_Class.cs File Reference

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#.
 

Detailed Description