/** * Event listener interface for the WorkoutList fragment. * * Created by Mithat on 2/7/2016. */ package com.hfad.workout; public interface WorkoutListListener { void itemClicked(long id); }