Skip to content

Instantly share code, notes, and snippets.

@andr1972
Created September 7, 2013 07:56
Show Gist options
  • Save andr1972/6473741 to your computer and use it in GitHub Desktop.
Save andr1972/6473741 to your computer and use it in GitHub Desktop.
demopkg.Process
package demopkg;
public class Process {
native void nativeLongOperation(ICallback callback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment