remove server from client
This commit is contained in:
parent
19f3813338
commit
7cdff9220a
18 changed files with 352 additions and 1216 deletions
|
@ -6,4 +6,6 @@ public interface IThreadListener
|
|||
{
|
||||
ListenableFuture<Object> schedule(Runnable run);
|
||||
boolean isMainThread();
|
||||
default void log(String prefixed, String line) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue