MCPcopy Create free account
hub / github.com/Garten/sourcecraft / RunnableThrowing

Interface RunnableThrowing

src/basic/RunnableThrowing.java:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import java.io.IOException;
4
5public interface RunnableThrowing {
6
7 public abstract void run() throws IOException;
8}

Callers 1

doCompoundMethod · 0.95

Implementers 2

GuiLogicsrc/main/GuiLogic.java
RunnableEmptysrc/basic/RunnableEmpty.java

Calls

no outgoing calls

Tested by

no test coverage detected