MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasChanged

Method hasChanged

classpath/java/util/Observable.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public boolean hasChanged() {
62 return changed;
63 }
64
65 protected void setChanged() {
66 changed = true;

Callers 1

notifyObserversMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected