org.jboss.seam.social.event
Class OAuthComplete

java.lang.Object
  extended by org.jboss.seam.social.event.SocialEvent<OAuthSession>
      extended by org.jboss.seam.social.event.OAuthComplete
All Implemented Interfaces:
Serializable

public class OAuthComplete
extends SocialEvent<OAuthSession>

Author:
Antoine Sabot-Durand
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.social.event.SocialEvent
SocialEvent.Status
 
Constructor Summary
OAuthComplete(SocialEvent.Status status, String message, OAuthSession payload)
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.social.event.SocialEvent
getEventData, getMessage, getStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthComplete

public OAuthComplete(SocialEvent.Status status,
                     String message,
                     OAuthSession payload)


Copyright © 2011-2013 Seam Framework. All Rights Reserved.