Package com.kheops.util
Interface Observable
- All Known Implementing Classes:
AbstractElementExplorer,LayerBar,LayerElementExplorer,LayerSelectionExplorer,LayerTreeBar,QueryResultsPanel
public interface Observable
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddObserver(Observer observer) Adds a new observer for this instance.voidremoveObserver(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.
-