com.atlassian.jira.event.issue
Class SwitchIssueSearchEvent

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

@PublicApi
public final class SwitchIssueSearchEvent
extends AbstractEvent

Event that is triggered when a user changes from simple to advanced or vice versa


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
SwitchIssueSearchEvent(String type, boolean tooComplex)
           
 
Method Summary
 String getType()
           
 boolean isTooComplex()
           
 
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

SwitchIssueSearchEvent

public SwitchIssueSearchEvent(String type,
                              boolean tooComplex)
Method Detail

getType

public String getType()

isTooComplex

public boolean isTooComplex()


Copyright © 2002-2014 Atlassian. All Rights Reserved.