Uses of Interface
org.apache.tapestry5.plastic.ConstructorCallback

Packages that use ConstructorCallback
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change 
org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM 
 

Uses of ConstructorCallback in org.apache.tapestry5.internal.plastic
 

Methods in org.apache.tapestry5.internal.plastic with parameters of type ConstructorCallback
 PlasticClass PlasticClassImpl.onConstruct(ConstructorCallback callback)
           
 

Uses of ConstructorCallback in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic with parameters of type ConstructorCallback
 PlasticClass PlasticClass.onConstruct(ConstructorCallback callback)
          Adds the callback for execution when an instance of the class is instantiated.
 



Copyright © 2003-2012 The Apache Software Foundation.