Class EventPublisher

java.lang.Object
overit.geocall.util.EventPublisher
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisher, org.springframework.context.ApplicationEventPublisherAware

@Service public class EventPublisher extends Object implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationEventPublisher
This class implements the ApplicationEventPublisher interface to provide event publishing functionality within the application. It is marked with the Service annotation to indicate that it is a Spring-managed service.
  • Constructor Details

    • EventPublisher

      public EventPublisher()
  • Method Details

    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware
    • publishEvent

      public void publishEvent(Object event)
      Specified by:
      publishEvent in interface org.springframework.context.ApplicationEventPublisher