Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created May 23, 2019 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackjutsu/e76a3c5b5f2812c9bc4e68b81190bd26 to your computer and use it in GitHub Desktop.
Save hackjutsu/e76a3c5b5f2812c9bc4e68b81190bd26 to your computer and use it in GitHub Desktop.
[medium snippets] #medium #designPattern #StatePattern
public interface State {
void pressPlay(MP3PlayerContext context);
String getState();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment