MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / Observer

Interface Observer

contents/design-pattern/code/ObserverJava/Observer.java:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public interface Observer {
2 void updateMovie(String Content);
3
4 void updateAnimation(String content);
5}

Callers 2

notifyMovieMethod · 0.65
notifyAnimationMethod · 0.65

Implementers 2

NetflixUsercontents/design-pattern/code/ObserverJ
Netflixcontents/design-pattern/code/ObserverJ

Calls

no outgoing calls

Tested by

no test coverage detected