Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
public
interface
Observer {
2
void
updateMovie(String Content);
3
4
void
updateAnimation(String content);
5
}
Callers
2
notifyMovie
Method · 0.65
notifyAnimation
Method · 0.65
Implementers
2
NetflixUser
contents/design-pattern/code/ObserverJ
Netflix
contents/design-pattern/code/ObserverJ
Calls
no outgoing calls
Tested by
no test coverage detected