mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +00:00
イベントリスナ作成
This commit is contained in:
parent
a34109441f
commit
7291ab243e
@ -0,0 +1,7 @@
|
||||
package one.nem.lacerta.component.common;
|
||||
|
||||
public interface LacertaSelectRevDialogListener {
|
||||
|
||||
void onPositiveButtonClick(String rev);
|
||||
void onNegativeButtonClick();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user