public class ApplicationPropertyChangeEvent extends AbstractEvent
Modifier and Type | Field and Description |
---|---|
static String |
KEY_METADATA |
static String |
KEY_NEW_VALUE |
static String |
KEY_OLD_VALUE |
params, time
Constructor and Description |
---|
ApplicationPropertyChangeEvent(Map params)
Expects parameters to include:
metadata: the instance of ApplicationPropertyMetadata that represents the property being changed
oldValue: the string value before the change
newValue: the string value after the change (this is not guaranteed to be different to oldValue by the publisher)
|
public static final String KEY_METADATA
public static final String KEY_OLD_VALUE
public static final String KEY_NEW_VALUE
public ApplicationPropertyChangeEvent(Map params)
params
- the params as described above.Copyright © 2002-2019 Atlassian. All Rights Reserved.