MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / interrupt

Method interrupt

src/main/java/field/app/RunLoop.java:338–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336
337 public void interrupt() {
338 synchronized (eventLock) {
339 eventLock.notifyAll();
340 }
341 }
342
343}

Callers 14

iFunction · 0.80
errorMethod · 0.80
windowFocusMethod · 0.80
windowRefreshMethod · 0.80
mouseButtonMethod · 0.80
scrollMethod · 0.80
cursorPosMethod · 0.80
keyMethod · 0.80
characterMethod · 0.80
dropMethod · 0.80
windowCloseMethod · 0.80
windowPosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected