public class ActionOnceAfterNEventsListener extends AbstractDoOnceAfterNEventsListener
eventFilter, logger, name| Constructor and Description |
|---|
ActionOnceAfterNEventsListener(EventListenerContext context,
EventFilter eventFilter,
int targetCount,
EventBotAction task) |
ActionOnceAfterNEventsListener(EventListenerContext context,
int targetCount,
EventBotAction task) |
ActionOnceAfterNEventsListener(EventListenerContext context,
java.lang.String name,
EventFilter eventFilter,
int targetCount,
EventBotAction task) |
ActionOnceAfterNEventsListener(EventListenerContext context,
java.lang.String name,
int targetCount,
EventBotAction task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doOnce(Event event) |
protected void |
unsubscribe() |
doOnEvent, getCount, getTargetCount, isFinished, toStringcountThrowable, getEventCount, getEventListenerContext, getExceptionCount, getMillisExecuting, isUnsubscribeOnException, onEvent, publishFinishedEvent, setUnsubscribeOnException, shouldHandleEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonEventpublic ActionOnceAfterNEventsListener(EventListenerContext context, int targetCount, EventBotAction task)
public ActionOnceAfterNEventsListener(EventListenerContext context, EventFilter eventFilter, int targetCount, EventBotAction task)
public ActionOnceAfterNEventsListener(EventListenerContext context, java.lang.String name, int targetCount, EventBotAction task)
public ActionOnceAfterNEventsListener(EventListenerContext context, java.lang.String name, EventFilter eventFilter, int targetCount, EventBotAction task)
protected void unsubscribe()
unsubscribe in class AbstractDoOnceAfterNEventsListenerprotected void doOnce(Event event)
doOnce in class AbstractDoOnceAfterNEventsListenerCopyright © 2018. All Rights Reserved.