Advertisement
stonar96

Connection Pool Tutorial Callback

Jan 31st, 2016
1,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. public interface Callback<V extends Object, T extends Throwable> {
  2.     public void call(V result, T thrown);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement