Example #1
0
 @Inject
 public SyncAction(SyncServiceProxy syncServiceProxy) {
   this.syncServiceProxy = syncServiceProxy;
   syncServiceProxy.addListener(this);
 }