public interface ITransactionListener
Modifier and Type | Method and Description |
---|---|
void |
_dispose() |
void |
execute(TransactionStorage tStorage) |
void |
redo(TransactionStorage tStorage) |
void |
undo(TransactionStorage tStorage) |
void execute(TransactionStorage tStorage)
void redo(TransactionStorage tStorage)
void undo(TransactionStorage tStorage)
void _dispose()