public interface Callback2<A,B>
void
execute(A objectA, B objectB)
void execute(A objectA, B objectB) throws java.lang.Exception
java.lang.Exception