Created
November 10, 2018 01:20
-
-
Save jeanPokou/35f0a149aab313da0a1961d5aa8481de to your computer and use it in GitHub Desktop.
Message Class for Java Observer Pattern
This file contains 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
class Message (public var text : String){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment