[AB-303] adding scheduled configurable activity updates

This commit is contained in:
Sheldan
2021-07-13 00:35:15 +02:00
parent c7514a6bad
commit ac605e4791
25 changed files with 1859 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package dev.sheldan.abstracto.core.listener;
public interface AsyncStartupListener {
void execute();
}