Skip to content

Instantly share code, notes, and snippets.

@bjpeterdelacruz
Last active August 29, 2015 13:56
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 bjpeterdelacruz/9066638 to your computer and use it in GitHub Desktop.
Save bjpeterdelacruz/9066638 to your computer and use it in GitHub Desktop.
Sample usage (see service_example1.java).
ExampleListener listener = new ExampleListener();
ExampleClientService service = new ExampleClientService();
service.addExampleListener(listener);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment