| Package | Description |
|---|---|
| org.babyfish.model.spi.reference.event | |
| org.babyfish.model.spi.reference.event.modification |
| Modifier and Type | Method and Description |
|---|---|
KeyedValueEvent.KeyedModification<K,T> |
KeyedValueEvent.getModification() |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> KeyedValueEvent<K,T> |
KeyedValueEvent.createReplaceEvent(Object source,
KeyedValueEvent.KeyedModification<K,T> modification,
T detachedValue,
T attachedValue,
K detachedKey,
K attachedKey) |
| Constructor and Description |
|---|
KeyedValueEvent(Object source,
KeyedValueEvent.KeyedModification<K,T> modification,
T detachedValue,
T attachedValue,
K detachedKey,
K attachedKey) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyedReferenceModifications.SetByKey<K,T> |
static interface |
KeyedReferenceModifications.SetByValue<K,T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyedReferenceModifications.SetByKeyAndValue<K,T> |
Copyright © 2016. All rights reserved.