Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ notifyObservers
Method
notifyObservers
classpath/java/util/Observable.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
void
notifyObservers() {
43
notifyObservers(null);
44
}
45
46
public
synchronized
void
notifyObservers(Object value) {
47
Observer[] obsArray = null;
Callers
1
set
Method · 0.80
Calls
5
hasChanged
Method · 0.95
clearChanged
Method · 0.95
toArray
Method · 0.65
size
Method · 0.65
update
Method · 0.65
Tested by
1
set
Method · 0.64