mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-19 14:40:47 +00:00
リスナ作成
This commit is contained in:
parent
c4bd3d761e
commit
4cc4151254
@ -0,0 +1,8 @@
|
|||||||
|
package one.nem.lacerta.component.common;
|
||||||
|
|
||||||
|
public interface LacertaCreateTagDialogListener {
|
||||||
|
|
||||||
|
void onPositiveClick(String tag_name, String tag_color);
|
||||||
|
|
||||||
|
void onNegativeClick();
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user