niagara-ax/decompiled/com/honeywell/framework/IConfigurationStepContainer.java
2026-03-17 13:31:18 -07:00

14 lines
252 B
Java

package com.honeywell.framework;
public interface IConfigurationStepContainer {
BStep[] getSteps();
void load(int i) throws StepContainerException;
void reset();
void save();
void unload(int i) throws StepContainerException;
}