Skip to content

Instantly share code, notes, and snippets.

@junsuk5
Created April 15, 2019 01:05
Show Gist options
  • Save junsuk5/69cdf3f5362e21a51fefd663c4cd5826 to your computer and use it in GitHub Desktop.
Save junsuk5/69cdf3f5362e21a51fefd663c4cd5826 to your computer and use it in GitHub Desktop.
cb.java
interface $class$ {
void $callback$($model$ item);
}
private $class$ mListener;
public void set$class$($class$ listener) {
mListener = listener;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment