org.apache.tapestry5.plastic
Interface ConstructorCallback
public interface ConstructorCallback
Supplies construction-time logic for the class' constructor.
Method Summary |
void |
onConstruct(Object instance,
InstanceContext context)
Invoked at the end of the class constructor to perform any additional initializations. |
onConstruct
void onConstruct(Object instance,
InstanceContext context)
- Invoked at the end of the class constructor to perform any additional initializations.
- Parameters:
instance
- newly constructed instancecontext
- instance context for class
Copyright © 2003-2012 The Apache Software Foundation.