public class BostonTerrier extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
observedArrayTypeVariable |
static boolean |
observedArrayWildCard |
static boolean |
observedTypeVariable |
static boolean |
observedWildcard |
| Constructor and Description |
|---|
BostonTerrier() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Behavior> |
observesArrayTypeVariable(T[] terriers) |
void |
observesArrayWildcard(List<?>[] terriers) |
void |
observesEventTypeWithWildcard(List<?> someArray) |
<T extends Behavior> |
observesEventWithTypeParameter(T behavior) |
static void |
reset() |
public static boolean observedTypeVariable
public static boolean observedWildcard
public static boolean observedArrayTypeVariable
public static boolean observedArrayWildCard
public <T extends Behavior> void observesEventWithTypeParameter(@Observes T behavior)
public void observesEventTypeWithWildcard(@Observes
List<?> someArray)
public <T extends Behavior> void observesArrayTypeVariable(@Observes T[] terriers)
public void observesArrayWildcard(@Observes
List<?>[] terriers)
public static void reset()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.