Uses of Class
com.db4o.events.CommitEventArgs
-
Packages that use CommitEventArgs Package Description com.db4o.events -
-
Uses of CommitEventArgs in com.db4o.events
Methods in com.db4o.events that return types with arguments of type CommitEventArgs Modifier and Type Method Description Event4<CommitEventArgs>
EventRegistry. committed()
This event is fired after a transaction has been committed.Event4<CommitEventArgs>
EventRegistry. committing()
This event is fired just before a transaction is committed.
-