com.atlassian.confluence.macro.count
Class MacroCreateEventPublisher

java.lang.Object
  extended by com.atlassian.confluence.macro.count.MacroCreateEventPublisher
All Implemented Interfaces:
RenderingEventPublisher

public class MacroCreateEventPublisher
extends Object
implements RenderingEventPublisher

Publishes a MacroCountEvent for each type of newly added macro.

Since:
5.6

Constructor Summary
MacroCreateEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, MacroCountStore macroCountStore)
           
 
Method Summary
 void publish(Object src, ConversionContext conversionContext)
          Publishes a MacroCountEvent for each type of newly added macro encountered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroCreateEventPublisher

public MacroCreateEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher,
                                 MacroCountStore macroCountStore)
Method Detail

publish

public void publish(Object src,
                    ConversionContext conversionContext)
Publishes a MacroCountEvent for each type of newly added macro encountered.

Specified by:
publish in interface RenderingEventPublisher


Copyright © 2003–2015 Atlassian. All rights reserved.