public class IndexedValueEvent<T> extends ValueEvent<T>
ValueEvent.Modification<T>source| Modifier | Constructor and Description |
|---|---|
protected |
IndexedValueEvent(Object source,
IndexedValueEvent<T> target) |
protected |
IndexedValueEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue,
int detachedIndex,
int attachedIndex) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexedValueEvent<T> |
createReplaceEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue,
int detachedIndex,
int attachedIndex) |
IndexedValueEvent<T> |
dispatch(Object source) |
int |
getIndex(org.babyfish.data.event.PropertyVersion version) |
createReplaceEvent, getModification, getValuegetAttributeContext, getBubbledEvent, getCause, getDispatchedEvent, getEventType, getFinalModification, getModificationThrowable, getModificationType, getPreModificationThrowable, isModificationSuccessedgetSource, toStringprotected IndexedValueEvent(Object source, ValueEvent.Modification<T> modification, T detachedValue, T attachedValue, int detachedIndex, int attachedIndex)
protected IndexedValueEvent(Object source, IndexedValueEvent<T> target)
public int getIndex(org.babyfish.data.event.PropertyVersion version)
public IndexedValueEvent<T> dispatch(Object source)
dispatch in class ValueEvent<T>public static <T> IndexedValueEvent<T> createReplaceEvent(Object source, ValueEvent.Modification<T> modification, T detachedValue, T attachedValue, int detachedIndex, int attachedIndex)
Copyright © 2016. All rights reserved.