Add callback to write operations of API Dao
commitb085b66e0e93aa3f9f162149f0176d293fd0f06f
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 24 Jan 2009 07:22:55 +0000 (24 13:22 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 24 Jan 2009 07:22:55 +0000 (24 13:22 +0600)
tree6aa83004f5bc6b8755f8f063acdb121019b45da0
parent6f01689097bb2913547fca739f546664e69ce740
Add callback to write operations of API Dao

Since we have decided to perform write operations asynchronously the
callback handler adds the last piece to the puzzle by allowing users to
be notified of the write operation.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-version/smart-version-api/src/main/java/com/smartitengineering/version/api/dao/VersionControlDao.java
smart-version/smart-version-api/src/main/java/com/smartitengineering/version/api/dao/WriteStatus.java [new file with mode: 0644]
smart-version/smart-version-api/src/main/java/com/smartitengineering/version/api/dao/WriterCallback.java [new file with mode: 0644]