public class Factory extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
eventDelivered |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEventDelivered() |
void |
observe(FactoryEvent event) |
Product |
produce() |
static void |
reset() |
@Produces public Product produce()
public void observe(@Observes
FactoryEvent event)
public static boolean isEventDelivered()
public static void reset()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.