10 lines
238 B
Java
10 lines
238 B
Java
package com.honeywell.honeywellXL10NextGen.io;
|
|
|
|
import com.honeywell.honeywellXL10NextGen.logicContainers.BIMacro;
|
|
|
|
public interface IIORestorer {
|
|
void restoreAllIOs(BIMacro bIMacro);
|
|
|
|
void restoreIO(BIOComponent bIOComponent);
|
|
}
|