public class OrderedObservers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedObservers.CancelledException |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
bestFriendsInvited |
static boolean |
familyInvited |
static boolean |
goodFriendsInvited |
static boolean |
othersInvited |
| Constructor and Description |
|---|
OrderedObservers() |
| Modifier and Type | Method and Description |
|---|---|
void |
bestFriendsObserves(Invitation invitation) |
void |
familyObserves(Invitation invitation) |
void |
goodFriendsObserves(Invitation invitation) |
void |
othersObserves(Invitation invitation) |
public static boolean bestFriendsInvited
public static boolean familyInvited
public static boolean goodFriendsInvited
public static boolean othersInvited
public void familyObserves(@Observes @Priority(value=1500) Invitation invitation)
public void bestFriendsObserves(@Observes @Priority(value=1600) Invitation invitation)
public void goodFriendsObserves(@Observes @Priority(value=2000) Invitation invitation)
public void othersObserves(@Observes @Priority(value=2100) Invitation invitation)
Copyright © 2008–2016 CDI TCK. All rights reserved.