Interface PendingChangesAware
- All Known Implementing Classes:
AccessoryListPanel,BacklightPortListPanel,InputPortListPanel,LightPortListPanel,MacroListPanel,MotorPortListPanel,ReverserPanel,ServoPortListPanel,SimpleHierarchicalPortListPanel,SoundPortListPanel,SwitchPairPortListPanel,SwitchPortListPanel
public interface PendingChangesAware
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidSave the pending changes.
-
Method Details
-
hasPendingChanges
boolean hasPendingChanges()- Returns:
truepending changes detected,falseno pending changes detected
-
savePendingChanges
void savePendingChanges()Save the pending changes.
-