mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
インタフェース実装 WIP
This commit is contained in:
parent
e9b7ad4d92
commit
3eb94cade0
|
@ -1,4 +1,15 @@
|
||||||
package one.nem.lacerta.vcs;
|
package one.nem.lacerta.vcs;
|
||||||
|
|
||||||
public interface LacertaVcs {
|
public interface LacertaVcs {
|
||||||
|
|
||||||
|
// Actions
|
||||||
|
public void updatePage(int index, String fileName);
|
||||||
|
|
||||||
|
public void insertPage(int index, String fileName);
|
||||||
|
|
||||||
|
public void deletePage(int index);
|
||||||
|
|
||||||
|
// debug
|
||||||
|
public void printLog();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user