reload services and add ids to notes

This commit is contained in:
Taah
2022-04-06 19:05:29 -07:00
parent 48bf9bdbe5
commit 34d1eafaaf
6 changed files with 75 additions and 27 deletions

View File

@ -18,4 +18,14 @@ public abstract class AbstractService extends PlexBase implements IService
this.repeating = repeating;
this.asynchronous = async;
}
public void onStart()
{
}
public void onEnd()
{
}
}