public class LookupChangeEvent<T> extends Object
| Constructor and Description |
|---|
LookupChangeEvent(Lookup source,
Class<? super T> type,
T oldValue,
T newValue)
Constructor for LookupChangeEvent.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getNewValue()
Getter for the field
newValue. |
T |
getOldValue()
Getter for the field
oldValue. |
Lookup |
getSource()
Getter for the field
source. |
Class<? super T> |
getType()
Getter for the field
type. |
Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.