Class EventContext


  • @Immutable
    public class EventContext
    extends java.lang.Object
    The 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
      protected EventContext​(EventContext context, java.lang.String eventFactory, boolean isReadyForStartParticipant)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventContext

        protected EventContext​(EventContext context,
                               java.lang.String eventFactory,
                               boolean isReadyForStartParticipant)