Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Event(select="#playButton", type="click")
  2. public void playSong(){
  3. // do something
  4. }
  5.  
  6. @Event(select="#stopButton", type="click")
  7. public void stopSong(){
  8. // do something else
  9. }
Add Comment
Please, Sign In to add comment