Package com.iizigo.prop
Interface ISynchronizeMarkers
-
- All Known Implementing Classes:
FilePropCnr
,FolderPropCnr
,ModuleFolderPropCnr
,ModuleRootPropCnr
public interface ISynchronizeMarkers
Interface implemented by file, folder and module project properties to perform synchronization of markers for error properties.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
synchronizeErrorMarkers()
Called to synchronize property errors with markers.
-