Interface EditDiff<T>
- All Known Implementing Classes:
- TagEventScriptsDiff
public interface EditDiff<T>
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns whether the diff has been modified.
- 
Method Details- 
hasChangesboolean hasChanges()Returns whether the diff has been modified.
 
-