Package fi.bitwards.service
Interface BitwardsService.BitwardsResourceListUpdatedCallback
- Enclosing class:
BitwardsService
public static interface BitwardsService.BitwardsResourceListUpdatedCallback
BitwardsResourceListUpdatedCallback is used to notify UI that BitwardsResource list
has been updated from the server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when BitwardResource has been updated from the server.
-
Method Details
-
onBitwardsResourceListUpdated
This method is called when BitwardResource has been updated from the server.- Parameters:
list- the updated list
-