コード例 #1
0
ファイル: SyncAction.java プロジェクト: huluwa/goodnews
 @Inject
 public SyncAction(SyncServiceProxy syncServiceProxy) {
   this.syncServiceProxy = syncServiceProxy;
   syncServiceProxy.addListener(this);
 }