NoIssue: Add some default interface implementations.
This commit is contained in:
@@ -7,8 +7,8 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
public interface NenjimProcess {
|
public interface NenjimProcess {
|
||||||
void run() throws Exception;
|
void run() throws Exception;
|
||||||
|
|
||||||
void setContext(@NotNull Context context);
|
default void setContext(@NotNull Context context) {};
|
||||||
void setHub(@NotNull NenjimHub hub);
|
default void setHub(@NotNull NenjimHub hub) {};
|
||||||
|
|
||||||
@NotNull String getName();
|
@NotNull String getName();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user