コード例 #1
0
 public void invoke(ArNetPacket packet) {
   System.out.println(
       "customClientExample: ResponseCallback: Got a packet from the server with type "
           + packet.getCommand());
 }