Skip to content

Instantly share code, notes, and snippets.

@colin-haber
Created February 24, 2013 05:35
Show Gist options
  • Save colin-haber/5022767 to your computer and use it in GitHub Desktop.
Save colin-haber/5022767 to your computer and use it in GitHub Desktop.
final Runnable r = new Runnable() {
@Override
public void run() {
System.out.println("This is an anonymous class.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment