Mercurial > hg > Database > Christie
comparison src/main/java/christie/remoteTextEditor/Command.java @ 236:ae1139c05a5b
add renew
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Jan 2020 19:45:20 +0900 |
parents | 032ca28dcb39 |
children |
comparison
equal
deleted
inserted
replaced
235:032ca28dcb39 | 236:ae1139c05a5b |
---|---|
2 | 2 |
3 import christie.textEditor.NewTextEditor; | 3 import christie.textEditor.NewTextEditor; |
4 | 4 |
5 public interface Command { | 5 public interface Command { |
6 public abstract void execute(NewTextEditor myEditor); | 6 public abstract void execute(NewTextEditor myEditor); |
7 | 7 |
8 } | 8 } |