Qizx fe-4.4p2 API

com.qizx.api
Interface PostCommitTrigger


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

commit

void commit(PostCommitTrigger.CommitEvent event)
Called after a successful commit.

Parameters:
event - an interface providing access to modified Library objects, including deleted objects.

© 2010 Axyana Software