Skip to content

Instantly share code, notes, and snippets.

@njofce
Created August 5, 2019 14:08
Show Gist options
  • Save njofce/1e288923e101ee3f872bb3f60f4d642a to your computer and use it in GitHub Desktop.
Save njofce/1e288923e101ee3f872bb3f60f4d642a to your computer and use it in GitHub Desktop.
public interface Action {
void execute();
void undo();
String getName();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment