| Package | Description |
|---|---|
| org.jboss.seam.social.event |
| Modifier and Type | Method and Description |
|---|---|
SocialEvent.Status |
SocialEvent.getStatus() |
static SocialEvent.Status |
SocialEvent.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialEvent.Status[] |
SocialEvent.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthComplete(SocialEvent.Status status,
String message,
OAuthSession payload) |
SocialEvent(SocialEvent.Status status,
String message) |
SocialEvent(SocialEvent.Status status,
String message,
T payload) |
StatusUpdated(SocialEvent.Status status,
String message,
Object payload) |
Copyright © 2011-2013 Seam Framework. All Rights Reserved.