Class EventContext
- java.lang.Object
-
- nl.stokpop.eventscheduler.api.config.EventContext
-
@Immutable public class EventContext extends java.lang.ObjectThe EventConfig is used is given to each event call. One required field is the 'eventFactory' that contains the fully qualified class name of the factory class for the event. Another field is 'enabled', default is true. If set to false, the event will not be active.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventContext(EventContext context, java.lang.String eventFactory, boolean isReadyForStartParticipant)
-
-
-
Constructor Detail
-
EventContext
protected EventContext(EventContext context, java.lang.String eventFactory, boolean isReadyForStartParticipant)
-
-