mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +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…
Reference in New Issue
Block a user