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