MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / register

Method register

src/main/java/cc/slack/utils/EventUtil.java:7–9  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

5
6public final class EventUtil {
7 public static void register(Object o) {
8 Slack.getInstance().getEventBus().subscribe(o);
9 }
10
11 public static void unRegister(Object o) {
12 Slack.getInstance().getEventBus().unsubscribe(o);

Callers 2

setToggleMethod · 0.95
startMethod · 0.95

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected