You could always use RxJava, there's plenty of lib...
# android
d
You could always use RxJava, there's plenty of libs to make listeners out of any view interactions... then in the view class you expose those observables and listen to them on the presenter..