ru.biosoft.access
Class DataCollectionUndoListener
- Direct Known Subclasses:
- RepositoryDocument.RepositoryUndoListener
- public class DataCollectionUndoListener
- implements DataCollectionListener, PropertyChangeListener
These class listen all changes inn DataCollection, converts them to UndoableEdit
and add them to UndoManager.
DataCollectionUndoListener
public DataCollectionUndoListener(TransactionListener transactionListener)
elementAdded
public void elementAdded(DataCollectionEvent e)
throws java.lang.Exception
elementChanged
public void elementChanged(DataCollectionEvent e)
throws java.lang.Exception
elementRemoved
public void elementRemoved(DataCollectionEvent e)
throws java.lang.Exception
elementWillAdd
public void elementWillAdd(DataCollectionEvent e)
throws DataCollectionVetoException,
java.lang.Exception
elementWillChange
public void elementWillChange(DataCollectionEvent e)
throws DataCollectionVetoException,
java.lang.Exception
elementWillRemove
public void elementWillRemove(DataCollectionEvent e)
throws DataCollectionVetoException,
java.lang.Exception
propertyChange
public void propertyChange(PropertyChangeEvent pce)
to Class ru.biosoft.access.DataElement
BOTTOM