Expand description

Contains the ObserverDecimal, ObserverHexadecimal, and ObserverBinary structs representing the various observers that can be used in this Observer design pattern example.

Structs

  • Represents an observer that prints out the current number from the Subject in binary.
  • Represents an observer that prints out the current number from the Subject in decimal.
  • Represents an observer that prints out the current number from the Subject in hexadecimal.