Package xyz.block.ftl.hotreload
Class RunnerNotification
-
- All Implemented Interfaces:
public class RunnerNotification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceRunnerNotification.RunnerCallback
-
Constructor Summary
Constructors Constructor Description RunnerNotification()
-
Method Summary
Modifier and Type Method Description static longgetRunnerVersion()static longincrementRunnerVersion()static voidreloadStarted()static booleansetRunnerInfo(RunnerInfo info)static voidsetCallback(RunnerNotification.RunnerCallback callback)-
-
Method Detail
-
getRunnerVersion
static long getRunnerVersion()
-
incrementRunnerVersion
static long incrementRunnerVersion()
-
reloadStarted
static void reloadStarted()
-
setRunnerInfo
static boolean setRunnerInfo(RunnerInfo info)
-
setCallback
static void setCallback(RunnerNotification.RunnerCallback callback)
-
-
-
-