MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / notifyObservers

Method notifyObservers

src/java/util/Observable.java:34–43  ·  view source on GitHub ↗

Notifies all the observers in the list. This goes from back to front, so that it is OK to remove Observers from the list as a result of this call. @param who the list of observers @param arg what is being notified

(Observable who, Object arg)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
elementAtMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected