Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. import java.rmi.Remote;
  3. import java.rmi.RemoteException;
  4.  
  5. /**
  6. * Vzdalene rozhrani, to bude hotove od Klimese
  7. */
  8. public interface Reverter extends Remote {
  9.  
  10. public Object[] revert(Object[] obj) throws RemoteException;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement