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()