Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. import java.math.BigInteger;
  2.  
  3.  
  4. public interface Kayttoliittyma {
  5.  
  6.     public void onComplete();
  7.     public void onProgress(BigInteger x);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement