antoniolg / androidmvp

MVP Android Example
5.94k stars 1.58k forks source link

moved OnFinishedListener interface to FindItemsInteractor, since it t… #11

Closed roelvandun closed 8 years ago

roelvandun commented 8 years ago

Why not move the OnFinishedListener interface to the FindItemsInteractor interface? The onFinished() is a callback of findItems() anyway

antoniolg commented 8 years ago

Yup, agreed on this. thanks

roelvandun commented 8 years ago

Yay, my first pull request :dancers: