mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
インタフェース修正
This commit is contained in:
parent
225058f836
commit
3f893fc580
|
@ -1,5 +1,6 @@
|
||||||
package one.nem.lacerta.feature.library;
|
package one.nem.lacerta.feature.library;
|
||||||
|
|
||||||
public interface DocumentSelectListener {
|
public interface DocumentSelectListener {
|
||||||
void onDocumentSelect(String documentId);
|
void onFolderSelected(String folderId, String folderName);
|
||||||
|
void onDocumentSelected(String documentId, String documentName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user