|
Qizx fe-4.4p2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostCommitTrigger
Post-commit action.
A PostCommitTrigger is registered on a database through LibraryManager
and executed each time a Library.commit()
operation occurs.
Filtering the events
Nested Class Summary | |
---|---|
static interface |
PostCommitTrigger.CommitEvent
Provides access to changes operated by a commit. |
Method Summary | |
---|---|
void |
commit(PostCommitTrigger.CommitEvent event)
Called after a successful commit. |
Method Detail |
---|
void commit(PostCommitTrigger.CommitEvent event)
event
- an interface providing access to modified Library objects,
including deleted objects.
|
© 2010 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |