イベントリスナ作成

This commit is contained in:
ろむねこ 2024-01-25 11:58:02 +09:00
parent 420197e5c3
commit dfbe26ee9a
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -0,0 +1,5 @@
package one.nem.lacerta.shared.ui;
public interface LacertaSelectDirDialogEventListener {
void onDirSelected(String name, String itemId);
}