mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:38:00 +00:00
More documentation.
This commit is contained in:
@@ -24,5 +24,16 @@ package com.jpexs.helpers;
|
||||
*/
|
||||
public abstract class Callback<T> {
|
||||
|
||||
/**
|
||||
* Calls
|
||||
* @param arg1 Argument
|
||||
*/
|
||||
public abstract void call(T arg1);
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
public Callback() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user