mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
インタフェース作成
This commit is contained in:
parent
7822fdd3c5
commit
1b60b15187
|
@ -0,0 +1,5 @@
|
|||
package one.nem.lacerta.component.viewer.model;
|
||||
|
||||
public interface RevSelectListener {
|
||||
void onRevSelect(String revisionId);
|
||||
}
|
Loading…
Reference in New Issue
Block a user