org.apache.tapestry5.ioc.internal.services
Class PlasticClassListenerLogger

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.PlasticClassListenerLogger
All Implemented Interfaces:
PlasticClassListener

public class PlasticClassListenerLogger
extends Object
implements PlasticClassListener


Constructor Summary
PlasticClassListenerLogger(org.slf4j.Logger logger)
           
 
Method Summary
 void classWillLoad(PlasticClassEvent event)
          Invoked just before a class is to be loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlasticClassListenerLogger

public PlasticClassListenerLogger(org.slf4j.Logger logger)
Method Detail

classWillLoad

public void classWillLoad(PlasticClassEvent event)
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 interface PlasticClassListener
Parameters:
event - describes the class to be loaded, and gives access to its disassembled bytecode (for debugging purposes)


Copyright © 2003-2012 The Apache Software Foundation.