Interface CvDefinitionPanelProvider
- All Known Implementing Classes:
CvDefinitionPanel,ReverserPanel,StepControlPanel
public interface CvDefinitionPanelProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoidCheck if the panel has pending changes.voidwriteConfigVariables(List<org.bidib.jbidibc.core.node.ConfigurationVariable> cvList) Write the config variables.
-
Method Details
-
checkPendingChanges
void checkPendingChanges()Check if the panel has pending changes. -
writeConfigVariables
Write the config variables.- Parameters:
cvList- the list of config variables
-