Skip to content

Instantly share code, notes, and snippets.

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