mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 19:35:16 +00:00
More documentation.
This commit is contained in:
@@ -19,11 +19,16 @@ package com.jpexs.decompiler.flash;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Runnable with IOException and InterruptedException.
|
||||
* @author JPEXS
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface RunnableIOEx {
|
||||
|
||||
/**
|
||||
* Run method.
|
||||
* @throws IOException
|
||||
* @throws InterruptedException
|
||||
*/
|
||||
public void run() throws IOException, InterruptedException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user