Advertisement
makispaiktis

StringListener (Swing)

Feb 19th, 2019 (edited)
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. public interface StringListener {
  2.  
  3.     public void textEmitted(String text);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement