Class WMEventPublisherImpl

  • All Implemented Interfaces:
    WMEventPublisher, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

    public class WMEventPublisherImpl
    extends java.lang.Object
    implements WMEventPublisher, org.springframework.context.ApplicationEventPublisherAware
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publish​(WMEvent wmEvent)  
      void setApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)  
      • Methods inherited from class java.lang.Object

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

      • WMEventPublisherImpl

        public WMEventPublisherImpl()
    • Method Detail

      • setApplicationEventPublisher

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