コード例 #1
0
ファイル: RendezvousChannel_.java プロジェクト: Baptista/PC
 public void reply(Object rvToken, R response) {
   srvc.Reply(rvToken, response);
 }