public interface IKMOptionRetainer
| 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. 
 | 
void retainOptions(OdiKM pOldKM, java.util.List pOldOptionValues, OdiKM pNewKM, java.util.List pNewOptions)
pOldKM - 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