com.atlassian.confluence.tinymceplugin.listeners
Class SectionAndColumnMacroCreateListener

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.listeners.SectionAndColumnMacroCreateListener

public class SectionAndColumnMacroCreateListener
extends java.lang.Object

Sends an event to the analytics server when a page/blog post is created using the section and column macros

Since:
v4.2

Constructor Summary
SectionAndColumnMacroCreateListener(XhtmlContent xhtmlContent, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 void destroy()
           
 void onBlogPostCreateEvent(BlogPostCreateEvent event)
           
 void onPageCreateEvent(PageCreateEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionAndColumnMacroCreateListener

public SectionAndColumnMacroCreateListener(XhtmlContent xhtmlContent,
                                           com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

onPageCreateEvent

@EventListener
public void onPageCreateEvent(PageCreateEvent event)

onBlogPostCreateEvent

@EventListener
public void onBlogPostCreateEvent(BlogPostCreateEvent event)

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.