Package de.espirit.common.base.events
Interface ModificationAware
public interface ModificationAware
Interfaces for modifiable classes providing an indicator on their modification state.
- Since:
- 4.2.200
-
Method Summary
-
Method Details
-
isModified
boolean isModified()Indicates the modified state.- Returns:
true
, if modified.- Since:
- 4.2.200
-