MCPcopy Create free account
hub / github.com/annmuor/jnode / notify

Method notify

jnode-core/src/jnode/event/Notifier.java:56–65  ·  view source on GitHub ↗
(IEvent event)

Source from the content-addressed store, hash-verified

54 }
55
56 public void notify(IEvent event) {
57 List<IEventHandler> list = notifyMap.get(event.getClass());
58 if (list != null) {
59 for (IEventHandler handler : list) {
60 if (handler != null) {
61 handler.handle(event);
62 }
63 }
64 }
65 }
66}

Callers 15

onErrorMethod · 0.80
doneMethod · 0.80
pollMethod · 0.80
getAreaByNameMethod · 0.80
getFileareaByNameMethod · 0.80
tossNetmailMethod · 0.80
tossEchomailMethod · 0.80
tossInboundDirectoryMethod · 0.80
writeMailsMethod · 0.80
writeConfirmEmailMethod · 0.80
processMethod · 0.80
processMethod · 0.80

Calls 2

handleMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected