package br.com.etyllica.core.context.load; import br.com.etyllica.core.context.Context; public interface LoaderListener { public void onLoad(Context context); }