MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / execute

Method execute

src/main/java/au/com/ds/ef/EasyFlow.java:71–73  ·  view source on GitHub ↗
(Runnable task)

Source from the content-addressed store, hash-verified

69 }
70
71 protected void execute(Runnable task) {
72 executor.execute(task);
73 }
74
75 public <C1 extends StatefulContext> EasyFlow<C1> whenEvent(EventEnum event, ContextHandler<C1> onEvent) {
76 handlers.setHandler(EventType.EVENT_TRIGGER, null, event, onEvent);

Callers 2

setCurrentStateMethod · 0.95
triggerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected