Created
October 12, 2017 08:24
-
-
Save yusufcakal/0553ed009973c884a11f4cf8c057ff2a to your computer and use it in GitHub Desktop.
Medium Post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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