onItemClick method

void onItemClick(
  1. MusicSong obj
)

Implementation

void onItemClick(MusicSong obj) {
  onClick(index, obj);
}