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

Method firePropertyChange

src/main/java/core/packetproxy/gui/TabSet.java:219–221  ·  view source on GitHub ↗
(Object newValue)

Source from the content-addressed store, hash-verified

217 }
218
219 public void firePropertyChange(Object newValue) {
220 changes.firePropertyChange(SELECTED_INDEX.toString(), null, newValue);
221 }
222}

Callers 2

updateMethod · 0.95
addMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected