org.apache.tapestry5.ioc.internal.util
Interface InitializationPlan<T>


public interface InitializationPlan<T>

Performs one initialization step on a newly created object.

Since:
5.3

Method Summary
 String getDescription()
          The description of the operation, used with the OperationTracker.
 void initialize(T instance)
          Invoked by the ConstructionPlan inside a operation tracker block.
 

Method Detail

getDescription

String getDescription()
The description of the operation, used with the OperationTracker.


initialize

void initialize(T instance)
Invoked by the ConstructionPlan inside a operation tracker block.



Copyright © 2003-2012 The Apache Software Foundation.