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

Method prepare

src/main/java/net/bither/Bither.java:341–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 final DialogProgress dialogProgress = new DialogProgress();
340 UpgradeUtil.upgradeNewVerion(new RunnableListener() {
341 @Override
342 public void prepare() {
343 PeerUtil.stopPeer();
344 SwingUtilities.invokeLater(new Runnable() {
345 @Override
346 public void run() {
347 dialogProgress.pack();
348 dialogProgress.setVisible(true);
349 }
350 });
351
352 }
353
354 @Override
355 public void success(Object obj) {

Callers

nothing calls this directly

Calls 1

stopPeerMethod · 0.95

Tested by

no test coverage detected