@Portable public class SocialUserFollowedEvent extends Object implements Serializable
Constructor and Description |
---|
SocialUserFollowedEvent(SocialUser user,
SocialUser follow) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SocialUser |
getFollow() |
SocialUser |
getUser() |
int |
hashCode() |
String |
toString() |
public SocialUserFollowedEvent(SocialUser user, SocialUser follow)
public SocialUser getFollow()
public SocialUser getUser()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.