org.jboss.cdi.tck.tests.context.dependent
Class ApplicationHorseStable

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.ApplicationHorseStable

@ApplicationScoped
public class ApplicationHorseStable
extends Object


Constructor Summary
ApplicationHorseStable()
           
 
Method Summary
 void horseEntered(HorseInStableEvent horseEvent)
           
static boolean isDependentContextActive()
           
static void setDependentContextActive(boolean dependentContextActive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationHorseStable

public ApplicationHorseStable()
Method Detail

horseEntered

public void horseEntered(@Observes
                         HorseInStableEvent horseEvent)

isDependentContextActive

public static boolean isDependentContextActive()

setDependentContextActive

public static void setDependentContextActive(boolean dependentContextActive)


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