mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
イベントリスナ作成
This commit is contained in:
parent
420197e5c3
commit
dfbe26ee9a
|
@ -0,0 +1,5 @@
|
|||
package one.nem.lacerta.shared.ui;
|
||||
|
||||
public interface LacertaSelectDirDialogEventListener {
|
||||
void onDirSelected(String name, String itemId);
|
||||
}
|
Loading…
Reference in New Issue
Block a user