<<< Observer Usage     Index     Observer Sample, cont. >>>

63. Observer Sample


  • The Observer ( download ) sample illustrates the Observer design pattern as follows:

  • WeatherDataInterface defines the subject interface to register, remove, and notify the observers.

    Observer Sample

<<< Observer Usage     Index     Observer Sample, cont. >>>