Package com.cmput301w23t09.qrhunter
Interface DatabaseChangeListener
-
- All Known Implementing Classes:
MyProfileController
,OtherProfileController
,ProfileController
public interface DatabaseChangeListener
Specifies a listener for database changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onChange()
Method to call on a database change.
-