public interface DependanceListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventDependantAdded(GlobalKey addedKey,
GlobalKey sourceFieldKey)
A record that points to this record was added.
|
void |
eventDependantRemoved(GlobalKey removedKey,
GlobalKey sourceFieldKey)
A record that points to this record was removed.
|
void eventDependantAdded(@Nonnull
GlobalKey addedKey,
@Nonnull
GlobalKey sourceFieldKey)
addedKey - The record's key that was added.sourceFieldKey - Via which field is this object linked ?void eventDependantRemoved(@Nonnull
GlobalKey removedKey,
@Nonnull
GlobalKey sourceFieldKey)
removedKey - The record key that was removed.sourceFieldKey - Via which field was this object linked ?stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.