mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-05-31 16:00:49 +00:00
onItemLongClick追加
This commit is contained in:
parent
6413ffae88
commit
cc1d2d2756
@ -2,4 +2,6 @@ package one.nem.lacerta.component.viewer;
|
|||||||
|
|
||||||
public interface ItemClickListener {
|
public interface ItemClickListener {
|
||||||
void onItemClick(String fileName); // DEBUG
|
void onItemClick(String fileName); // DEBUG
|
||||||
|
|
||||||
|
void onItemLongClick(String fileName, int position);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user