mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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 {
|
||||
void onItemClick(String fileName); // DEBUG
|
||||
|
||||
void onItemLongClick(String fileName, int position);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user