Class MacroCreateEventPublisher
java.lang.Object
com.atlassian.confluence.macro.count.MacroCreateEventPublisher
- All Implemented Interfaces:
- RenderingEventPublisher
Publishes a 
MacroCountEvent for each type of newly added macro.- Since:
- 5.6
- 
Constructor SummaryConstructorsConstructorDescriptionMacroCreateEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, MacroCountStore macroCountStore) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidpublish(Object src, ConversionContext conversionContext) Publishes aMacroCountEventfor each type of newly added macro encountered.
- 
Constructor Details- 
MacroCreateEventPublisherpublic MacroCreateEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, MacroCountStore macroCountStore) 
 
- 
- 
Method Details- 
publishPublishes aMacroCountEventfor each type of newly added macro encountered.- Specified by:
- publishin interface- RenderingEventPublisher
- Parameters:
- src-
- conversionContext-
 
 
-