Interface Modifiable

  • All Known Subinterfaces:
    Instrument<T>
    All Known Implementing Classes:
    InstrumentImpl

    public interface Modifiable
    Defines an interface for object that can be modified and set as modified. This interface can also be used to notify objects that the Modifiable object as been modified.
    Author:
    Arnaud BLOUIN
    • Method Detail

      • setModified

        void setModified​(boolean modified)
        Sets the Modifiable object as modified.
        Parameters:
        modified - True: the element is will tagged as modified.
      • isModified

        boolean isModified()
        Returns:
        True: the object has been modified. False otherwise.