Package io.guise.framework.model
Interface Commitable
-
- All Known Implementing Classes:
SequenceCardPanel
public interface Commitable
An object that can commit come data.Note: Although in standard English the adjective would be "committable", the spelling "commitable" is chosen for clarity and consistency. Doubling of consonants is used in standard English to distinguish from verbs that lengthen a middle vowel by the use of an ending "e". The convention used here would let the ending "e" remain, resulting, for example, in "hideable".
- Author:
- Garret Wilson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commit()
Commits the data.
-