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 Type
    Method
    Description
    boolean
     
    void
    Save the pending changes.
  • Method Details

    • hasPendingChanges

      boolean hasPendingChanges()
      Returns:
      true pending changes detected, false no pending changes detected
    • savePendingChanges

      void savePendingChanges()
      Save the pending changes.