懒羊羊
2023-08-30 bf6c368992d6901135dd07434854940288a4163c
1
2
3
4
5
6
package org.example.server;
 
public interface ServerInterface {
    public void monitor();
 
}