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: d6d0b0c87941146f47f4cf03291d7321eab3fefb $

Constructor Summary
LogEnabledLifecycleHandler()
           
 
Method Summary
<T> void
handle(T instance, org.xwiki.component.descriptor.ComponentDescriptor<T> descriptor, 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,
                       ComponentManager componentManager)
Specified by:
handle in interface LifecycleHandler


Copyright © 2004–2015 XWiki. All rights reserved.