comparison src/main/java/christie/remoteTextEditor/Command.java @ 234:665d56665b7e

add renew
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Tue, 21 Jan 2020 19:05:04 +0900
parents
children 032ca28dcb39
comparison
equal deleted inserted replaced
228:eb786b5d4628 234:665d56665b7e
1 package christie.remoteTextEditor;
2
3 import christie.textEditor.NewTextEditor;
4
5 public interface Command {
6 public abstract void execute(NewTextEditor myEditor);
7 }