public interface Callback<T>
void
execute(T object)
void execute(T object) throws java.lang.Exception
java.lang.Exception