public class KMOptionRetainerLazy extends java.lang.Object implements IKMOptionRetainer
| Constructor and Description |
|---|
KMOptionRetainerLazy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
retainOptions(OdiKM pOldKM,
java.util.List pOldOptionValues,
OdiKM pNewKM,
java.util.List pNewOptions)
Deprecated.
This is called after the KM was changed on the option retainer.
|
public void retainOptions(OdiKM pOldKM, java.util.List pOldOptionValues, OdiKM pNewKM, java.util.List pNewOptions)
IKMOptionRetainerretainOptions in interface IKMOptionRetainerpOldKM - the original KM before the changepOldOptionValues - the list of KM values for the original KMpNewKM - the proposed KM for the changepNewOptions - the list of KM values for the proposed KM