public static interface MyPostsAdaptor.OnItemClickListener
Modifier and Type | Method and Description |
---|---|
void |
onDeleteClick(int position)
Executed when user clicks delete option
|
void |
oneditClick(int position)
Executed when user clicks edit option
|
void |
onItemClick(int position)
Executed when item is clicked once
|
void onItemClick(int position)
position
- position of item on the screenvoid oneditClick(int position)
position
- position of item on the screenvoid onDeleteClick(int position)
position
- position of item on the screen