Interface Listenable
- All Known Subinterfaces:
ValueListenable<T>
- All Known Implementing Classes:
AbstractListenable
,ConstantValue
,EventListenable
,ListenableFlag
,ListenableValue
,MappingListenableValue
public interface Listenable
-
Method Summary
-
Method Details
-
addListener
Adds a listener. The listener may not be added again if already added. When added, it is guaranteed to be invoked immediately.
-