インタフェース修正

This commit is contained in:
ろむねこ 2024-01-25 14:16:54 +09:00
parent 6c8fdc4d81
commit 4f3c79564b
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -2,4 +2,5 @@ package one.nem.lacerta.component.common;
public interface LacertaSelectDirDialogEventListener {
void onDirSelected(String name, String itemId);
void onBackSelected();
}