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