@ApplicationScoped public class ShowcaseSocialUserEventAdapter extends Object implements SocialAdapter<ShowcaseSocialUserEvent>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowcaseSocialUserEventAdapter.SampleType |
| Constructor and Description |
|---|
ShowcaseSocialUserEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Class<ShowcaseSocialUserEvent> |
eventToIntercept() |
List<SocialCommandTypeFilter> |
getTimelineFilters() |
List<String> |
getTimelineFiltersNames() |
void |
onEvent(ShowcaseSocialUserEvent event) |
boolean |
shouldInterceptThisEvent(Object event) |
SocialEventType |
socialEventType() |
SocialActivitiesEvent |
toSocial(Object object) |
public Class<ShowcaseSocialUserEvent> eventToIntercept()
eventToIntercept in interface SocialAdapter<ShowcaseSocialUserEvent>public SocialEventType socialEventType()
socialEventType in interface SocialAdapter<ShowcaseSocialUserEvent>public boolean shouldInterceptThisEvent(Object event)
shouldInterceptThisEvent in interface SocialAdapter<ShowcaseSocialUserEvent>public void onEvent(@Observes
ShowcaseSocialUserEvent event)
public SocialActivitiesEvent toSocial(Object object)
toSocial in interface SocialAdapter<ShowcaseSocialUserEvent>public List<SocialCommandTypeFilter> getTimelineFilters()
getTimelineFilters in interface SocialAdapter<ShowcaseSocialUserEvent>public List<String> getTimelineFiltersNames()
getTimelineFiltersNames in interface SocialAdapter<ShowcaseSocialUserEvent>Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.