Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private ActionListener actionListener = new ActionListener() {
  2. public void onAction(String name, boolean keyPressed, float tpf) {
  3. // do stuff
  4. }
  5. };
Add Comment
Please, Sign In to add comment