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

Method handle

jnode-core/src/jnode/event/IEventHandler.java:24–24  ·  view source on GitHub ↗
(IEvent event)

Source from the content-addressed store, hash-verified

22
23public interface IEventHandler {
24 void handle(IEvent event);
25}

Callers 1

notifyMethod · 0.65

Implementers 15

JnodeModulejnode-core/src/jnode/module/JnodeModul
EchoareaStatjnode-core/src/jnode/stat/EchoareaStat
FileareaStatjnode-core/src/jnode/stat/FileareaStat
ConnectionStatjnode-core/src/jnode/stat/ConnectionSt
XMPPModulejnode-xmpp-module/src/org/jnode/xmpp/X
PointCheckerModulejnode-pointchecker-module/src/org/jnod
HttpdModulejnode-httpd-module/src/org/jnode/httpd
JsRoutejnode-httpd-module/src/org/jnode/httpd
EchoareaCSVRoutejnode-httpd-module/src/org/jnode/httpd
HealthRoutejnode-httpd-module/src/org/jnode/httpd
SelfRoutejnode-httpd-module/src/org/jnode/httpd
RewritesRoutejnode-httpd-module/src/org/jnode/httpd

Calls

no outgoing calls

Tested by

no test coverage detected