timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Create RadinListener interface #74

Closed CedricCook closed 9 years ago

CedricCook commented 9 years ago

The RadinListener interface will be a supertype for all listener that are used as callbacks when interacting with the StorageManager. So if you make a Listener, make sure it extends the RadinListener.

CedricCook commented 9 years ago

done.