MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / callClosed

Method callClosed

src/main/java/com/volmit/adapt/util/UIWindow.java:374–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 @Override
375 public Window callClosed() {
376 if (eClose != null) {
377 eClose.run(this);
378 }
379
380 return this;
381 }
382
383 @Override
384 public boolean hasElement(int position, int row) {

Callers 1

onMethod · 0.95

Calls 1

runMethod · 0.65

Tested by

no test coverage detected