コード例 #1
0
ファイル: ErosProxy.java プロジェクト: blarty/eros
 /**
  * @return
  * @throws RemoteException
  */
 public long getRecievedCount() throws RemoteException {
   return backend.getRecievedCount();
 }