Class PlasticClassListenerLogger
java.lang.Object
org.apache.tapestry5.beanmodel.internal.services.PlasticClassListenerLogger
- All Implemented Interfaces:
PlasticClassListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
classWillLoad
(PlasticClassEvent event) Invoked just before a class is to be loaded.
-
Constructor Details
-
PlasticClassListenerLogger
-
-
Method Details
-
classWillLoad
Description copied from interface:PlasticClassListener
Invoked just before a class is to be loaded. Separate events are fired for supporting classes before the event for the primary class (the class being transformed or created from scratch).- Specified by:
classWillLoad
in interfacePlasticClassListener
- Parameters:
event
- describes the class to be loaded, and gives access to its disassembled bytecode (for debugging purposes)
-