Class CommentAsyncRenderSafeEvent

java.lang.Object
com.atlassian.confluence.tinymceplugin.events.CommentAsyncRenderSafeEvent

public class CommentAsyncRenderSafeEvent extends Object
An event indicating whether or not a created or added comment was safe to be rendered asynchronously.
Since:
5.6
  • Constructor Details

    • CommentAsyncRenderSafeEvent

      public CommentAsyncRenderSafeEvent(boolean asyncRenderSafe)
  • Method Details

    • isAsyncRenderSafe

      public boolean isAsyncRenderSafe()