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 Detail

      • commit

        void commit()
             throws java.io.IOException
        Commits the data.
        Throws:
        java.io.IOException - if there is an error committing data.