SHARE
TWEET

Untitled

a guest Feb 24th, 2017 79 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class ClickHandler implements View_OnClickListener {
  2.     private var _fn:View->Void;
  3.     public function new(fn:View->Void) {
  4.         _fn = fn;
  5.     }
  6.    
  7.     public function onClick(v:View) {
  8.         _fn(v);
  9.     }
  10. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top