8000 GitHub - dpoetonwheels/observerpattern: observer pattern implementation in java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dpoetonwheels/observerpattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is an implementation of the simple observer pattern (not a double observer).

Subject		-	is an airplane with an aircraft ID.
Observer	-	StationObserver is the observer and each station will act as a StationObserver

Whenever a station is visited Observers will be notified.

FlyAircraft is the main class which flies the aircraft.

About

observer pattern implementation in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0