onItemClick method

void onItemClick(
  1. ImageObj obj
)

Implementation

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