package foundation.io.engine; import foundation.data.entity.Entity; public interface ILineValueListener { String notifyReadNewValue(TriggerEvent triggerEvent, Entity entity, String value); }