mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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…
Reference in New Issue
Block a user