M - the datatype of the mappings objectpublic interface INewMappingListener<M>
TreeMapper. To be used when the
list of mapping specified to TreeMapper.setInput(Object, Object, java.util.List)
is not intended to be used as a reference to the concrete list of mappings.| Modifier and Type | Method and Description |
|---|---|
void |
mappingCreated(M mapping)
Notify that the user just added a new mapping.
|
void mappingCreated(M mapping)
mapping - the newly created mapping.