Interface ModificationAware


public interface ModificationAware
Interfaces for modifiable classes providing an indicator on their modification state.
Since:
4.2.200
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates the modified state.
  • Method Details

    • isModified

      boolean isModified()
      Indicates the modified state.
      Returns:
      true, if modified.
      Since:
      4.2.200