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