Class RawConfigLoadEvent


public class RawConfigLoadEvent extends BusinessEvent<String>
Event that will be called to request the loading of a configuration
  • Constructor Details

    • RawConfigLoadEvent

      public RawConfigLoadEvent(overit.geocall.config.CompositeConfig config)
      Create a new event that will be called to request the loading of a raw configuration
      Parameters:
      config - the CompositeConfig
  • Method Details

    • getConfig

      public overit.geocall.config.CompositeConfig getConfig()
      Returns the CompositeConfig
      Returns:
      the CompositeConfig