Interface MoodHistoryAdapter.OnItemClickListener

All Known Implementing Classes:
MoodComments, MoodHistory
Enclosing class:
MoodHistoryAdapter

public static interface MoodHistoryAdapter.OnItemClickListener
Interface for handling click events on mood items in the RecyclerView.

Implementing classes can receive callbacks when a user taps on a mood event.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onItemClick(String moodEventId)
     
  • Method Details

    • onItemClick

      void onItemClick(String moodEventId)