mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-14 08:08:35 +00:00
tttt
This commit is contained in:
9
src/main/java/dev/plex/services/IService.java
Normal file
9
src/main/java/dev/plex/services/IService.java
Normal file
@ -0,0 +1,9 @@
|
||||
package dev.plex.services;
|
||||
|
||||
public interface IService
|
||||
{
|
||||
|
||||
void run();
|
||||
|
||||
int repeatInSeconds();
|
||||
}
|
Reference in New Issue
Block a user