MCPcopy Create free account
hub / github.com/bither/bither-desktop-java / success

Method success

src/main/java/net/bither/Bither.java:354–366  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

352 }
353
354 @Override
355 public void success(Object obj) {
356 PeerUtil.startPeer();
357 SwingUtilities.invokeLater(new Runnable() {
358 @Override
359 public void run() {
360 dialogProgress.dispose();
361 Bither.refreshFrame();
362 UserPreference.getInstance().setVerionCode(BitherSetting.VERSION_CODE);
363 PeerUtil.startPeer();
364 }
365 });
366 }
367
368 @Override
369 public void error(int errorCode, String errorMsg) {

Callers

nothing calls this directly

Calls 1

startPeerMethod · 0.95

Tested by

no test coverage detected