Interface IFavoritesListener


public interface IFavoritesListener
When using screens for managing favorites then you get notified when the user updates the favorites - e.g. by dragging and dropping items inside.
The listener then can use the API of the favorites management to read the current favorites status.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • notifyFavoritesUpdate

      void notifyFavoritesUpdate()