Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created July 17, 2016 16:25
Show Gist options
  • Save HDBandit/903c0c4575684d1858e0d94d7b42794e to your computer and use it in GitHub Desktop.
Save HDBandit/903c0c4575684d1858e0d94d7b42794e to your computer and use it in GitHub Desktop.
trait PongMBean {
def lastReceivedMessage(): String
def sendMessage(p1: String): Unit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment