Advertisement
babusaatbhoni

Interface for the adapter

Apr 12th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. package com.primus.layoutitemanimation;
  2.  
  3. public interface Mylistner {
  4.     public void change();
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement