MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / eventOk

Method eventOk

src/main/java/Client/ActiveContacts.java:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public void eventOk() {
70 if (getItemCount() > 0) {
71 Contact c = (Contact) getFocusedObject();
72 ((Contact) c).getMsgList();
73 StaticData.getInstance().roster.focusToContact(c, false);
74 }
75 //c.msgSuspended=null; // clear suspended message for selected contact
76 }
77
78 public void eventLongOk(){
79 super.eventLongOk();

Callers 1

menuActionMethod · 0.95

Calls 5

getInstanceMethod · 0.95
getFocusedObjectMethod · 0.80
getMsgListMethod · 0.80
getItemCountMethod · 0.45
focusToContactMethod · 0.45

Tested by

no test coverage detected