org.xwiki.component.embed
Class LogEnabledLifecycleHandler

java.lang.Object
  extended by org.xwiki.component.embed.LogEnabledLifecycleHandler
All Implemented Interfaces:
LifecycleHandler

public class LogEnabledLifecycleHandler
extends Object
implements LifecycleHandler

Handles lifecycle for LogEnabled.

Since:
3.2RC1
Version:
$Id: 0843e5945665edf4dd2cf222bcb396b17ede4757 $

Constructor Summary
LogEnabledLifecycleHandler()
           
 
Method Summary
<T> void
handle(T instance, org.xwiki.component.descriptor.ComponentDescriptor<T> descriptor, org.xwiki.component.manager.ComponentManager componentManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEnabledLifecycleHandler

public LogEnabledLifecycleHandler()
Method Detail

handle

public <T> void handle(T instance,
                       org.xwiki.component.descriptor.ComponentDescriptor<T> descriptor,
                       org.xwiki.component.manager.ComponentManager componentManager)
Specified by:
handle in interface LifecycleHandler


Copyright © 2004-2011 XWiki. All Rights Reserved.