Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created March 27, 2009 01:48
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 jashkenas/86492 to your computer and use it in GitHub Desktop.
Save jashkenas/86492 to your computer and use it in GitHub Desktop.
# PROBLEMATIC:
try {
eventMethod = parent.getClass().getMethod("netEvent", new Class[] {
HTMLRequest.class }
);
}
catch (Exception e) {
//System.out.println("Hmmm, event method no go?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment