public abstract class BaseEventBotAction extends java.lang.Object implements EventBotAction
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseEventBotAction(EventListenerContext eventListenerContext) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doRun(Event event,
EventListener executingListener) |
java.lang.Runnable |
getActionTask(Event event,
EventListener eventListener) |
protected EventListenerContext |
getEventListenerContext() |
protected BaseEventBotAction(EventListenerContext eventListenerContext)
public java.lang.Runnable getActionTask(Event event, EventListener eventListener)
getActionTask in interface EventBotActionprotected EventListenerContext getEventListenerContext()
protected abstract void doRun(Event event, EventListener executingListener) throws java.lang.Exception
java.lang.ExceptionCopyright © 2018. All Rights Reserved.