Skip to content

Instantly share code, notes, and snippets.

@biemond
Created September 28, 2011 18:35
Show Gist options
  • Save biemond/1248808 to your computer and use it in GitHub Desktop.
Save biemond/1248808 to your computer and use it in GitHub Desktop.
Hello interface
package nl.whitehorses.ws.interfaces;
public interface Hello {
public void sayHello(String msg );
public void callbackMessage(String msg );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment