Interface DataSetListenerAdapter.Listener
-
- All Known Implementing Classes:
AdvancedPreference.UnclearableOsmDataLayer
,AutosaveTask
,CorrelationSupportLayer
,DatasetEventManager
,OsmDataLayer
,PropertiesDialog
,ValidatorDialog
- Enclosing class:
- DataSetListenerAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface DataSetListenerAdapter.Listener
Single method dataset change event listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processDatasetEvent(AbstractDatasetChangedEvent event)
Called when notified about any type of dataset change event.
-
-
-
Method Detail
-
processDatasetEvent
void processDatasetEvent(AbstractDatasetChangedEvent event)
Called when notified about any type of dataset change event.- Parameters:
event
- dataset change event
-
-