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

Method done

src/main/java/core/packetproxy/gui/GUIHistory.java:775–789  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

773 }
774
775 @Override
776 protected void done() {
777 try {
778
779 Packet packet = get();
780 if (packet != null) {
781
782 gui_packet.setPacket(packet);
783 }
784 // sortByText(gui_filter.getText());
785 } catch (Exception e) {
786
787 errWithStackTrace(e);
788 }
789 }
790 };
791 history_update_service.submit(worker);
792 }

Callers

nothing calls this directly

Calls 3

errWithStackTraceMethod · 0.80
getMethod · 0.45
setPacketMethod · 0.45

Tested by

no test coverage detected