リスナ実装

This commit is contained in:
ろむねこ 2024-01-25 15:04:23 +09:00
parent 6b44435656
commit 4f864eb57d
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -0,0 +1,7 @@
package one.nem.lacerta.component.common;
public interface LacertaSelectDirDialogListener {
void onDirSelected(String name, String itemId);
void onCanceled();
}