public class SchedulerEventListener extends AsyncEventListener<SchedulerAlarmEvent>
HANDLER_METHOD_NAME
Constructor and Description |
---|
SchedulerEventListener(SchedulerDAO schedulerDAO) |
Modifier and Type | Method and Description |
---|---|
QueryExecutionService |
getQueryService() |
void |
process(SchedulerAlarmEvent event)
Should implement the actual event handling.
|
void |
setQueryService(QueryExecutionService queryService) |
getEventQueue, onEvent, stop
public SchedulerEventListener(SchedulerDAO schedulerDAO)
public void process(SchedulerAlarmEvent event)
AsyncEventListener
process
in class AsyncEventListener<SchedulerAlarmEvent>
event
- the event@Generated(value="lombok") public QueryExecutionService getQueryService()
@Generated(value="lombok") public void setQueryService(QueryExecutionService queryService)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.