public interface ClickableElement<T>
| Modifier and Type | Method and Description |
|---|---|
void |
elementClicked(java.util.List<T> list,
int index)
Does an action when a element is clicked.
|
void elementClicked(java.util.List<T> list, int index)
list - The list that was clicked.index - The index in the list that was clicked.