org.jboss.cdi.tck.tests.deployment.shutdown
Class LifecycleMonitoringExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.shutdown.LifecycleMonitoringExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class LifecycleMonitoringExtension
extends Object
implements javax.enterprise.inject.spi.Extension

Author:
Martin Kouba

Constructor Summary
LifecycleMonitoringExtension()
           
 
Method Summary
 void observeBeforeShutdown(javax.enterprise.inject.spi.BeforeShutdown event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleMonitoringExtension

public LifecycleMonitoringExtension()
Method Detail

observeBeforeShutdown

public void observeBeforeShutdown(@Observes
                                  javax.enterprise.inject.spi.BeforeShutdown event)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.