public class TypedChangeEvent extends PropertyChangeEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
TypedChangeEvent.Type |
source| Constructor and Description |
|---|
TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue) |
TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
TypedChangeEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
TypedChangeEvent.Type |
getType() |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringgetSourcepublic TypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)
public TypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, TypedChangeEvent.Type type)
public TypedChangeEvent.Type getType()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.