Package com.kheops.util
Interface Observable
- All Known Implementing Classes:
AbstractElementExplorer
,LayerBar
,LayerElementExplorer
,LayerSelectionExplorer
,LayerTreeBar
,QueryResultsPanel
public interface Observable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addObserver
(Observer observer) Adds a new observer for this instance.void
removeObserver
(Observer observer) Removes the specified observer from this instance.
-
Method Details
-
addObserver
Adds a new observer for this instance.- Parameters:
observer
- the observer to add.
-
removeObserver
Removes the specified observer from this instance.- Parameters:
observer
- the observer to remove.
-