lol
This commit is contained in:
commit
613bef2496
108 changed files with 8397 additions and 0 deletions
12
src/zutil/network/nio/response/PrintRsp.java
Normal file
12
src/zutil/network/nio/response/PrintRsp.java
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package zutil.network.nio.response;
|
||||
|
||||
import zutil.MultiPrintStream;
|
||||
|
||||
public class PrintRsp extends ResponseEvent{
|
||||
|
||||
@Override
|
||||
protected void responseEvent(Object rsp) {
|
||||
MultiPrintStream.out.println(rsp);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue