MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / update

Method update

src/main/java/core/packetproxy/model/Configs.java:89–93  ·  view source on GitHub ↗
(Config config)

Source from the content-addressed store, hash-verified

87 }
88
89 public void update(Config config) throws Exception {
90 dao.update(config);
91 cache.clear();
92 firePropertyChange(CONFIGS.toString(), null, null);
93 }
94
95 public void addPropertyChangeListener(PropertyChangeListener listener) {
96 changes.addPropertyChangeListener(listener);

Callers 15

startListenMethod · 0.45
onClientChunkReceivedMethod · 0.45
onServerChunkReceivedMethod · 0.45
onClientChunkSendMethod · 0.45
onServerChunkSendMethod · 0.45
onChunkReceivedMethod · 0.45
setStateMethod · 0.45
setStringMethod · 0.45
setIntegerMethod · 0.45
toBytesMethod · 0.45

Calls 3

firePropertyChangeMethod · 0.95
clearMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected