Skip to content

Instantly share code, notes, and snippets.

@wspeirs
Created February 18, 2013 13:13
Show Gist options
  • Save wspeirs/4977270 to your computer and use it in GitHub Desktop.
Save wspeirs/4977270 to your computer and use it in GitHub Desktop.
@Subscribe
public void getIntegerEvent(Integer event) throws InterruptedException {
TimeUnit.MILLISECONDS.sleep(sleep);
System.out.println(System.currentTimeMillis() + ":\t" + name + " got " + event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment