@Dependent public class HorseStable extends Object
| Constructor and Description |
|---|
HorseStable(javax.enterprise.inject.spi.BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static Integer |
getFoxUsedForObservedEventHashcode() |
static Integer |
getInstanceThatObservedEventHashcode() |
void |
horseEntered(HorseInStableEvent horseEvent,
Fox fox) |
static boolean |
isDependentContextActive() |
static boolean |
isDestroyed() |
static void |
reset() |
@Inject public HorseStable(javax.enterprise.inject.spi.BeanManager beanManager)
public void horseEntered(@Observes
HorseInStableEvent horseEvent,
Fox fox)
@PreDestroy public void destroy()
public static boolean isDependentContextActive()
public static void reset()
public static Integer getInstanceThatObservedEventHashcode()
public static Integer getFoxUsedForObservedEventHashcode()
public static boolean isDestroyed()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.