@Override public void loadPatis(final RepositoryCallback<List<Acte>> callback) { this.callback = callback; threadExecutor.execute(this); }
public PatisRepositoryImpl(Context context) { this.context = context; threadExecutor = JobExecutor.getInstance(); postExecutionThread = UIThread.getInstance(); }