-
- All Known Subinterfaces:
Instrument<T>
- All Known Implementing Classes:
InstrumentImpl
public interface ModifiableDefines 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisModified()voidsetModified(boolean modified)Sets the Modifiable object as modified.
-