com.atlassian.jira.event.web.action.project
Class AddProjectViewedEvent

java.lang.Object
  extended by com.atlassian.jira.event.web.action.project.AddProjectViewedEvent

public class AddProjectViewedEvent
extends Object

Fired when the AddProject action is loaded.

Since:
v5.2

Constructor Summary
AddProjectViewedEvent(String src)
           
 
Method Summary
 String getSrc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddProjectViewedEvent

public AddProjectViewedEvent(String src)
Parameters:
src - a String to identify the source of the trigger, e.g. adminsummary, browseprojects, etc.
Method Detail

getSrc

public String getSrc()


Copyright © 2002-2014 Atlassian. All Rights Reserved.