io.robe.convert.common.OnItemHandler Maven / Gradle / Ivy
package io.robe.convert.common;
public interface OnItemHandler {
public void onItem(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.robe.convert.common;
public interface OnItemHandler {
public void onItem(T t) throws Exception;
}