|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SnapshotListener
Listener interface to be called during the snapshot process. Attach instances to SnapshotControl
| Method Summary | |
|---|---|
void |
finishedSnapshot(DatabaseObject example,
DatabaseObject snapshot,
Database database)
Called after an object is fully loaded from the database. |
void |
willSnapshot(DatabaseObject example,
Database database)
Called before a snapshot is done. |
| Method Detail |
|---|
void willSnapshot(DatabaseObject example,
Database database)
example - Example of object to be createddatabase - Database to be read from
void finishedSnapshot(DatabaseObject example,
DatabaseObject snapshot,
Database database)
example - Original example object used for the snapshotsnapshot - Final snapshot objectdatabase - Database read from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||