package etelligens.com.foodsafety.Interface; import java.util.ArrayList; interface OutLitInterface { public void callback(ArrayList view); }