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

    Modifier and Type
    Method
    Description
    void
    Commits the data.
  • Method Details

    • commit

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