@RequestScoped public class Bestiary extends Object
| Constructor and Description |
|---|
Bestiary() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyDragons(Collection<Dragon> dragons,
LinkedHashSet<String> knights) |
Set<String> |
getKnightsWhichKilledTheDragons() |
Set<String> |
getPossibleNames() |
void |
observeBirth(Griffin griffin,
TreeSet<String> possibleNames) |
public void observeBirth(@Observes
Griffin griffin,
@New
TreeSet<String> possibleNames)
public void destroyDragons(@Disposes
Collection<Dragon> dragons,
@New
LinkedHashSet<String> knights)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.