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

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

Uses of PlasticClassEvent in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services with parameters of type PlasticClassEvent
 void ComponentInstantiatorSourceImpl.classWillLoad(PlasticClassEvent event)
           
 

Uses of PlasticClassEvent in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type PlasticClassEvent
 void PlasticClassListenerLogger.classWillLoad(PlasticClassEvent event)
           
 

Uses of PlasticClassEvent in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic with parameters of type PlasticClassEvent
 void PlasticClassListener.classWillLoad(PlasticClassEvent event)
          Invoked just before a class is to be loaded.
 



Copyright © 2003-2012 The Apache Software Foundation.