| Package | Description |
|---|---|
| org.babyfish.model.event | |
| org.babyfish.model.spi |
| Modifier and Type | Method and Description |
|---|---|
static ScalarEvent |
ScalarEvent.createReplaceEvent(Object source,
ObjectModelModifications.SetByScalarPropertyIdAndValue modification,
int scalarPropertyId,
Object detachedValue,
Object attachedValue) |
ScalarEvent |
ScalarEvent.dispatch(Object source) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ScalarListener.modified(ScalarEvent e) |
default void |
ScalarListener.modifying(ScalarEvent e) |
| Constructor and Description |
|---|
ScalarEvent(Object source,
ScalarEvent target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractObjectModelImpl.executeModified(ScalarEvent e) |
protected void |
AbstractObjectModelImpl.executeModifying(ScalarEvent e) |
void |
AbstractObjectModelImpl.EmbeddedScalarListenerImpl.modified(ScalarEvent e) |
void |
AbstractObjectModelImpl.EmbeddedScalarListenerImpl.modifying(ScalarEvent e) |
Copyright © 2016. All rights reserved.