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