com.atlassian.jira.event
Class DashboardViewEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.DashboardViewEvent
All Implemented Interfaces:
JiraEvent

@PublicApi
public final class DashboardViewEvent
extends AbstractEvent

Published when the dashboard page is viewed.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
DashboardViewEvent(Long dashboardId)
           
 
Method Summary
 Long getId()
           
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardViewEvent

public DashboardViewEvent(Long dashboardId)
Method Detail

getId

public Long getId()
Returns:
the dashboard ID


Copyright © 2002-2012 Atlassian. All Rights Reserved.