Class EventConfig


  • @NotThreadSafe
    public class EventConfig
    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.