class EventListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
private NotificationService |
notificationService |
Constructor and Description |
---|
EventListener(NotificationService notificationService) |
Modifier and Type | Method and Description |
---|---|
void |
process(EventCreated e) |
void |
setEventBus(com.google.common.eventbus.EventBus eventBus) |
private static final org.slf4j.Logger log
private final NotificationService notificationService
@Inject public EventListener(NotificationService notificationService)
@Inject public void setEventBus(com.google.common.eventbus.EventBus eventBus)
public void process(EventCreated e)