onEnable & onDisable

This commit is contained in:
Yazawazi
2022-04-27 17:30:16 +08:00
committed by Melledy
parent 5b6ecc7219
commit 32d322b0be
3 changed files with 27 additions and 5 deletions

View File

@@ -9,6 +9,14 @@ public class TaskHandler implements Job {
execute(null);
}
public void onEnable() {
}
public void onDisable() {
}
@Override
public void execute(JobExecutionContext context) throws JobExecutionException {
// TODO Auto-generated method stub