インタフェース作成

This commit is contained in:
r-ca 2024-01-24 17:31:21 +09:00
parent 7822fdd3c5
commit 1b60b15187
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -0,0 +1,5 @@
package one.nem.lacerta.component.viewer.model;
public interface RevSelectListener {
void onRevSelect(String revisionId);
}