public interface OBDAMappingListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
allMappingsRemoved()
Called when all mappings were removed, for all datasources.
|
void |
currentSourceChanged(URI oldsrcid,
URI newsrcid)
Called when the current data sources has changed.
|
void |
mappingDeleted(URI srcid)
Called when a mapping has been deleted into the currently selected data source.
|
void |
mappingInserted(URI srcid)
Called when a mapping has been inserted into the currently selected data source.
|
void |
mappingUpdated()
Called when a mapping has been updated into the currently selected datasource.
|
void mappingInserted(URI srcid)
void mappingDeleted(URI srcid)
void mappingUpdated()
void currentSourceChanged(URI oldsrcid, URI newsrcid)
void allMappingsRemoved()
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.