MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / addWatch

Method addWatch

src/main/java/fieldbox/boxes/Watches.java:84–88  ·  view source on GitHub ↗
(Dict.Prop property, String address)

Source from the content-addressed store, hash-verified

82 }
83
84 public String addWatch(Dict.Prop property, String address)
85 {
86 allWatches .put(property, address);
87 return address;
88 }
89
90 public <T> String addWatch(Dict.Prop<T> property, Consumer<Quad<Dict.Prop<T>, Box, T, T>> c)
91 {

Callers 4

updateMethod · 0.95
StatusBarMethod · 0.80
RemoteEditorMethod · 0.80
BridgeToTextEditorMethod · 0.80

Calls 5

acceptMethod · 0.65
putMethod · 0.45
toStringMethod · 0.45
registerMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected