public interface

Evented

com.atlassian.confluence.event.Evented<T>
Known Indirect Subclasses

Class Overview

An interface indicating that a given action has a related event it wants to be published once the action completes.

Summary

Public Methods
T getEventToPublish(String result)
Gets the event to publish.

Public Methods

public T getEventToPublish (String result)

Gets the event to publish.

Parameters
result the result of the action executing.
Returns
  • the event. Can be null, in which case no event will be published.