Interface GenericObservableManager<T>
- 
- All Known Subinterfaces:
 ElementSelectionManager
- All Known Implementing Classes:
 AbstractObservableManager,ElementSelectionManagerImpl
public interface GenericObservableManager<T>The generic interface for a class to which listeners can be attached. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(T listener)adds the listener to the classvoidremoveListener(T listener)removes a listener from the class 
 -