com.atlassian.jira.event.issue
Class IssueViewEvent

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

@PublicApi
public final class IssueViewEvent
extends AbstractEvent

Event that is triggered when an issue is viewed.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
IssueViewEvent(long issueId)
           
 
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

IssueViewEvent

public IssueViewEvent(long issueId)
Method Detail

getId

public long getId()
Returns:
the issue ID


Copyright © 2002-2012 Atlassian. All Rights Reserved.