Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.95
add
Method · 0.45
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected