mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 03:30:48 +00:00
コールバックインターフェース作成
This commit is contained in:
parent
5cc718e35d
commit
8ad3150f33
@ -0,0 +1,5 @@
|
||||
package one.nem.lacerta.component.viewer;
|
||||
|
||||
public interface ItemClickListener {
|
||||
void onItemClick(String fileName); // DEBUG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user