package com.honeywell.honeywellXL10NextGen.io; import com.honeywell.honeywellXL10NextGen.logicContainers.BIMacro; public interface IIORestorer { void restoreAllIOs(BIMacro bIMacro); void restoreIO(BIOComponent bIOComponent); }