com.atlassian.jira.event.notification
Class NotificationSchemeUpdatedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeEvent
      extended by com.atlassian.jira.event.scheme.AbstractSchemeUpdatedEvent
          extended by com.atlassian.jira.event.notification.NotificationSchemeUpdatedEvent

public class NotificationSchemeUpdatedEvent
extends AbstractSchemeUpdatedEvent

Event indicating a notification scheme has been updated.

Since:
v5.0

Constructor Summary
NotificationSchemeUpdatedEvent(Scheme scheme, Scheme originalScheme)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeUpdatedEvent
getOriginalScheme
 
Methods inherited from class com.atlassian.jira.event.scheme.AbstractSchemeEvent
getId, getScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSchemeUpdatedEvent

@Internal
public NotificationSchemeUpdatedEvent(Scheme scheme,
                                               Scheme originalScheme)


Copyright © 2002-2014 Atlassian. All Rights Reserved.