Uses of Interface
org.apache.tapestry5.plastic.PlasticClassEvent
-
Packages that use PlasticClassEvent Package Description org.apache.tapestry5.beanmodel.internal.services org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of PlasticClassEvent in org.apache.tapestry5.beanmodel.internal.services
Methods in org.apache.tapestry5.beanmodel.internal.services with parameters of type PlasticClassEvent Modifier and Type Method Description void
PlasticClassListenerLogger. classWillLoad(PlasticClassEvent event)
-
Uses of PlasticClassEvent in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type PlasticClassEvent Modifier and Type Method Description void
ComponentInstantiatorSourceImpl. classWillLoad(PlasticClassEvent event)
-
Uses of PlasticClassEvent in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type PlasticClassEvent Modifier and Type Method Description void
PlasticClassListener. classWillLoad(PlasticClassEvent event)
Invoked just before a class is to be loaded.
-