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

Method eventLongOk

src/main/java/Client/Roster.java:1676–1690  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1674 }
1675
1676 public void eventLongOk() {
1677 super.eventLongOk();
1678 Object o = getFocusedObject();
1679 if ((!(o instanceof Contact))
1680//#ifndef WMUC
1681 && (!(o instanceof MucContact))
1682//#endif
1683 ) {
1684 cmdActions();
1685 } else {
1686//#ifndef WMUC
1687 showInfo();
1688//#endif
1689 }
1690 }
1691
1692 private ContactMessageList getFocusedMsgList() {
1693 Object e = getFocusedObject();

Callers

nothing calls this directly

Calls 3

cmdActionsMethod · 0.95
getFocusedObjectMethod · 0.80
showInfoMethod · 0.45

Tested by

no test coverage detected