Skip to content

Instantly share code, notes, and snippets.

@yusufcakal
Created October 12, 2017 08:24
Show Gist options
  • Save yusufcakal/0553ed009973c884a11f4cf8c057ff2a to your computer and use it in GitHub Desktop.
Save yusufcakal/0553ed009973c884a11f4cf8c057ff2a to your computer and use it in GitHub Desktop.
Medium Post
public interface Observer {
void notify(String message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment