mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
リスナ実装
This commit is contained in:
parent
6b44435656
commit
4f864eb57d
|
@ -0,0 +1,7 @@
|
||||||
|
package one.nem.lacerta.component.common;
|
||||||
|
|
||||||
|
public interface LacertaSelectDirDialogListener {
|
||||||
|
|
||||||
|
void onDirSelected(String name, String itemId);
|
||||||
|
void onCanceled();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user