Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package uebung_zum_einsteigen;
  2.  
  3. /**
  4. *
  5. * @author Justin Irsch
  6. */
  7. public interface Aenderer {
  8.  
  9. public String manipuliere(String labelText);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement