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

Method OkNotify

src/main/java/ui/MIDPTextBox.java:57–57  ·  view source on GitHub ↗
(String text_return)

Source from the content-addressed store, hash-verified

55 */
56 public interface TextBoxNotify {
57 void OkNotify(String text_return);
58 }
59
60 public MIDPTextBox(String mainbar, String text, TextBoxNotify tbn, int constraints) {

Callers 1

commandActionMethod · 0.65

Implementers 5

MessageUrlsrc/main/java/Messages/MessageUrl.java
PrivacySelectsrc/main/java/PrivacyLists/PrivacySele
ServiceDiscoverysrc/main/java/ServiceDiscovery/Service
MoodListsrc/main/java/PEP/MoodList.java
ActivityListsrc/main/java/PEP/ActivityList.java

Calls

no outgoing calls

Tested by

no test coverage detected