link start!
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.honeywell.layout.container;
|
||||
|
||||
import com.honeywell.field.BReportBar;
|
||||
|
||||
public interface IConfigurationStepContainer {
|
||||
void finalUnload() throws StepContainerException;
|
||||
|
||||
BStep[] getSteps();
|
||||
|
||||
void load(int i) throws StepContainerException;
|
||||
|
||||
void reset(boolean z);
|
||||
|
||||
void save();
|
||||
|
||||
void setReportBar(BReportBar bReportBar);
|
||||
|
||||
void unload(int i) throws StepContainerException;
|
||||
}
|
||||
Reference in New Issue
Block a user