インタフェース修正

This commit is contained in:
ろむねこ 2024-01-22 12:16:56 +09:00
parent 225058f836
commit 3f893fc580
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -1,5 +1,6 @@
package one.nem.lacerta.feature.library;
public interface DocumentSelectListener {
void onDocumentSelect(String documentId);
void onFolderSelected(String folderId, String folderName);
void onDocumentSelected(String documentId, String documentName);
}