Created
February 18, 2013 13:13
-
-
Save wspeirs/4977270 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
@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