Skip to content

Instantly share code, notes, and snippets.

@mastern2k3
Created January 1, 2018 13:35
Show Gist options
  • Save mastern2k3/f5340744f58df05b9742345e4d3bf660 to your computer and use it in GitHub Desktop.
Save mastern2k3/f5340744f58df05b9742345e4d3bf660 to your computer and use it in GitHub Desktop.
class Example {
void Main() {
Listener refectListener = new ReflectionListener() {
void received(Connection connection, OneMessage message) {
}
void received(Connection connection, TwoMessage message) {
}
void received(Connection connection, ThreeMessage message) {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment