Package | Description |
---|---|
org.agorava.api.event |
This package contains all the events used by Agorava CDI implementation but could be used elsewhere since it doesn't have
CDI or JSR 330 dependency
|
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 session) |
SocialEvent(SocialEvent.Status status,
String message,
T eventData) |
StatusUpdated(SocialEvent.Status status,
String message,
Object eventData) |
Copyright © 2012-2013. All Rights Reserved.