Package com.kheops.util
Interface Observer
- All Known Implementing Classes:
- LayerElementPanel,- LayerSelectionPanel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdate(Observable observable) This method is called when the state of the observable instance changed.
- 
Method Details- 
updateThis method is called when the state of the observable instance changed.- Parameters:
- observable- the observed object that have been updated.
 
 
-