public class

AddProjectViewedEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.web.action.project.AddProjectViewedEvent

Class Overview

Fired when the AddProject action is loaded.

Summary

Public Constructors
AddProjectViewedEvent(String src)
Public Methods
String getSrc()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AddProjectViewedEvent (String src)

Parameters
src a String to identify the source of the trigger, e.g. adminsummary, browseprojects, etc.

Public Methods

public String getSrc ()