Class CompanyConfigChanged

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
overit.geocall.config.company.CompanyConfigChanged
All Implemented Interfaces:
Serializable

public class CompanyConfigChanged extends org.springframework.context.ApplicationEvent
This class represents an event indicating that the configuration of a company has changed.
See Also:
  • Constructor Details

    • CompanyConfigChanged

      public CompanyConfigChanged(Company company)
  • Method Details

    • getCompany

      public Company getCompany()