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

Method unRegister

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

Source from the content-addressed store, hash-verified

9 }
10
11 public static void unRegister(Object o) {
12 Slack.getInstance().getEventBus().unsubscribe(o);
13 }
14
15 public static void call(Event e) {
16 Slack.getInstance().getEventBus().publish(e);

Callers 2

setToggleMethod · 0.95
shutdownMethod · 0.95

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected