Uses of Class
org.jboss.seam.social.event.SocialEvent.Status

Packages that use SocialEvent.Status
org.jboss.seam.social.event   
 

Uses of SocialEvent.Status in org.jboss.seam.social.event
 

Methods in org.jboss.seam.social.event that return SocialEvent.Status
 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.
 

Constructors in org.jboss.seam.social.event with parameters of type SocialEvent.Status
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.