Package com.sun.electric.database.change

Package for handling changes to the Electric database.

See:
          Description

Interface Summary
Changes This interface defines changes that are made to the database.
DatabaseChangeListener The database changes its state in transactional manner.
 

Class Summary
DatabaseChangeEvent A semantic event which indicates that Electric database changed its state.
Undo This interface defines changes that are made to the database.
Undo.ChangeBatch Class to describe a batch of changes to the Electric database.
Undo.UndoJob Class to schedule an undo in a separate Job.
 

Package com.sun.electric.database.change Description

Package for handling changes to the Electric database. This includes tracking and undoing changes.