Package org.apache.tapestry5.plastic
Interface ConstructorCallback
- 
 public interface ConstructorCallback Supplies construction-time logic for the class' constructor.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConstruct(java.lang.Object instance, InstanceContext context)Invoked at the end of the class constructor to perform any additional initializations.
 
- 
- 
- 
Method Detail- 
onConstructvoid onConstruct(java.lang.Object instance, InstanceContext context) Invoked at the end of the class constructor to perform any additional initializations.- Parameters:
- instance- newly constructed instance
- context- instance context for class
 
 
- 
 
-