Interface UsuarioFavoritosView.OnRenameHandler

All Known Implementing Classes:
UsuariosFavoritosPresenter
Enclosing interface:
UsuarioFavoritosView

public static interface UsuarioFavoritosView.OnRenameHandler
Evento de renomear o favorito
Author:
bataglia
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rename(Long favoriteId, String newName)
     
  • Method Details

    • rename

      void rename(Long favoriteId, String newName)