package foundation.io.engine; import foundation.data.entity.Entity; public interface IReadDataListener { void onReadLine(Entity entity); }