org.jboss.weld.environment.se.events
Class ContainerInitialized

java.lang.Object
  extended by org.jboss.weld.environment.se.events.ContainerInitialized

public class ContainerInitialized
extends Object

The event that is fired when the Weld CDI container is initialized and ready for applications to take control, which it may do by observing this event.

Author:
Peter Royle

Constructor Summary
ContainerInitialized()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerInitialized

public ContainerInitialized()


Copyright © 2013 Seam Framework. All Rights Reserved.