Created
July 17, 2016 16:25
-
-
Save HDBandit/903c0c4575684d1858e0d94d7b42794e to your computer and use it in GitHub Desktop.
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
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