org.apache.myfaces.extensions.cdi.core.api.startup
Class CodiStartupBroadcaster

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.startup.CodiStartupBroadcaster

public abstract class CodiStartupBroadcaster
extends Object

This broadcaster has to be part of the api module because BeanManagerProvider has to use it. You don't have to use it directly. It's possible to register a StartupEventBroadcaster for broadcasting custom events.


Method Summary
static void broadcastStartup()
          Triggers the StartupEventBroadcasters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

broadcastStartup

public static void broadcastStartup()
Triggers the StartupEventBroadcasters



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.