org.hydrateframework
Interface Assembler.AfterBuild

All Known Implementing Classes:
QueryRunner.SaveNew
Enclosing class:
Assembler

public static interface Assembler.AfterBuild

Implement this interface if you need to be called back each time a new object is created during the build process.


Method Summary
 void built(java.lang.Object obj)
          This method is called during the build process each time a new object is built.
 

Method Detail

built

void built(java.lang.Object obj)
This method is called during the build process each time a new object is built. It will not be called if the object was found already in memory through the key.



Copyright © 2000 The Hydrate Project. All Rights Reserved.