Interface VManagedEditor

  • All Known Implementing Classes:
    VNumber

    public interface VManagedEditor
    Interface for editor with a commit and rollback lifecycle.
    Author:
    Low Heng Sin
    • Method Detail

      • commitChanges

        void commitChanges()
        Commit pending changes
      • rollbackChanges

        void rollbackChanges()
        Rollback pending changes
      • isDirty

        boolean isDirty()
        Are there any pending changes
        Returns:
        boolean