| Package | Description |
|---|---|
| org.babyfish.model.spi.association | |
| org.babyfish.model.spi.reference | |
| org.babyfish.model.spi.reference.event |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssociatedIndexedReference.onModifying(IndexedValueEvent<T> e) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MAIndexedReferenceImpl.executeModified(IndexedValueEvent<T> e) |
protected void |
MAIndexedReferenceImpl.executeModifying(IndexedValueEvent<T> e) |
protected void |
MAIndexedReferenceImpl.onModified(IndexedValueEvent<T> e) |
protected void |
MAIndexedReferenceImpl.onModifying(IndexedValueEvent<T> e) |
protected void |
MAIndexedReferenceImpl.raiseModified(IndexedValueEvent<T> e) |
protected void |
MAIndexedReferenceImpl.raiseModifying(IndexedValueEvent<T> e) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexedValueEvent<T> |
IndexedValueEvent.createReplaceEvent(Object source,
ValueEvent.Modification<T> modification,
T detachedValue,
T attachedValue,
int detachedIndex,
int attachedIndex) |
IndexedValueEvent<T> |
IndexedValueEvent.dispatch(Object source) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IndexedValueListener.modified(IndexedValueEvent<T> e) |
default void |
IndexedValueListener.modifying(IndexedValueEvent<T> e) |
| Constructor and Description |
|---|
IndexedValueEvent(Object source,
IndexedValueEvent<T> target) |
Copyright © 2016. All rights reserved.