mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 03:30:48 +00:00
インタフェース修正
This commit is contained in:
parent
225058f836
commit
3f893fc580
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user