Skip to content

Instantly share code, notes, and snippets.

@brendoncheung
Last active May 21, 2019 16:59
Show Gist options
  • Save brendoncheung/f87cf401dfb61df002d4c1e92a519767 to your computer and use it in GitHub Desktop.
Save brendoncheung/f87cf401dfb61df002d4c1e92a519767 to your computer and use it in GitHub Desktop.
Runnable interface
public interface Runnable {
void run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment