I am using GreenDao to maintain database. I am fetching data from two tables and displaying it in ListView. I want to implement event listener or Observer pattern so that I can refresh the UI whenever there is a change (insert, delete or update) in the database.I am using GreenDao to maintain database. I am