MCPcopy Create free account
hub / github.com/badvision/jace / doEvent

Method doEvent

src/main/java/jace/applesoft/ApplesoftProgram.java:187–191  ·  view source on GitHub ↗
(RAMEvent e)

Source from the content-addressed store, hash-verified

185 }
186
187 @Override
188 protected void doEvent(RAMEvent e) {
189 r.run();
190 memory.removeListener(this);
191 }
192 });
193 });
194 }

Callers

nothing calls this directly

Calls 2

runMethod · 0.45
removeListenerMethod · 0.45

Tested by

no test coverage detected