Advertisement
Guest User

Untitled

a guest
Dec 16th, 2010
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public abstract void onDrop( View v );
  2. public abstract Boolean acceptDrop( View v );
  3. public abstract void onHover();
  4. public abstract void onHoverExit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement