Skip to content

Instantly share code, notes, and snippets.

@olegflo
Created October 27, 2012 20:09
Show Gist options
  • Save olegflo/3965961 to your computer and use it in GitHub Desktop.
Save olegflo/3965961 to your computer and use it in GitHub Desktop.
qbdoc
public interface QBCallback {
public void onComplete(Result result);
public void onComplete(Result result, Object context);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment