public abstract class CachingTaskListEvent<E extends CachingTaskListEvent> extends Event<E>
Modifier and Type | Field and Description |
---|---|
static String |
JS_PROCESSOR_FUNC |
Modifier | Constructor and Description |
---|---|
protected |
CachingTaskListEvent(EventType<E> type,
Date date,
CachingTask task) |
Modifier and Type | Method and Description |
---|---|
CachingTask |
getTask()
The
CachingTask of the CachingTaskListEvent. |
public static final String JS_PROCESSOR_FUNC
protected CachingTaskListEvent(EventType<E> type, Date date, CachingTask task)
public CachingTask getTask()
CachingTask
of the CachingTaskListEvent.CachingTask
. (Nullable)