MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / cmdOk

Method cmdOk

src/main/java/ServiceDiscovery/SearchResult.java:113–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public void cmdOk() {
114 destroyView();
115 new ContactEdit((Contact) getFocusedObject());
116
117 }
118 public void eventOk(){
119 try {
120 Contact c=(Contact)getFocusedObject();

Callers

nothing calls this directly

Calls 2

getFocusedObjectMethod · 0.80
destroyViewMethod · 0.45

Tested by

no test coverage detected