Skip to content

csc301-fall2014/ObserverAndAdapterExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Observer design pattern

  • Our Stock class is a simple POJO (Plain Old Java Object).
  • We would like to be able to take an action whenever the price of a stock changes.

Before we introduce a good solution to our problem, let's see a bad solution.

About

Example of the observer and adapter design patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages