Package com.wavemaker.commons.event
Class WMEventPublisherImpl
- java.lang.Object
-
- com.wavemaker.commons.event.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
-
-
Constructor Summary
Constructors Constructor Description WMEventPublisherImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublish(WMEvent wmEvent)voidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
-
-
Method Detail
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
- Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
publish
public void publish(WMEvent wmEvent)
- Specified by:
publishin interfaceWMEventPublisher
-
-