Skip to content

Instantly share code, notes, and snippets.

@olegflo
Created October 20, 2012 14:56
Show Gist options
  • Save olegflo/3923490 to your computer and use it in GitHub Desktop.
Save olegflo/3923490 to your computer and use it in GitHub Desktop.
qbdoc
public class QBCallbackImpl implements QBCallback {
public void onComplete(Result result) {
// override in subclass
}
public void onComplete(Result result, Object context) {
// override in subclass
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment