Package edu.wpi.grip.core.events
Interface DirtiesSaveEvent
-
- All Known Implementing Classes:
CodeGenerationSettingsChangedEvent
,ConnectionAddedEvent
,ConnectionRemovedEvent
,ProjectSettingsChangedEvent
,SocketChangedEvent
,SocketPreviewChangedEvent
,SourceAddedEvent
,SourceRemovedEvent
,StepAddedEvent
,StepMovedEvent
,StepRemovedEvent
public interface DirtiesSaveEvent
An event that can potentially dirty the save file.These events ensure that anything that changes causes the save file to be flagged as dirty and in need of being saved for the project to be deemed "clean" again.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
doesDirtySave()
Some events may have more logic regarding whether they make the save dirty or not.
-