| Package | Description |
|---|---|
| org.babyfish.model.spi.reference.event | |
| org.babyfish.model.spi.reference.event.modification |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyedValueEvent.KeyedModification<K,T> |
| Modifier and Type | Method and Description |
|---|---|
ValueEvent.Modification<T> |
ValueEvent.getModification() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueEvent<T> |
ValueEvent.createReplaceEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue) |
static <T> IndexedValueEvent<T> |
IndexedValueEvent.createReplaceEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue,
int detachedIndex,
int attachedIndex) |
| Constructor and Description |
|---|
IndexedValueEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue,
int detachedIndex,
int attachedIndex) |
ValueEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexedReferenceModifications.SetByIndex<T> |
static interface |
KeyedReferenceModifications.SetByKey<K,T> |
static interface |
KeyedReferenceModifications.SetByValue<K,T> |
static interface |
ReferenceModifications.SetByValue<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexedReferenceModifications.SetByIndexAndValue<T> |
static class |
KeyedReferenceModifications.SetByKeyAndValue<K,T> |
Copyright © 2016. All rights reserved.